Color #C668FD

HEX

#C668FD

RGB

(198, 104, 253)

Quick Actions

Color Values

Color Space Values
RGB
R: 198, G: 104, B: 253 (78%, 41%, 99%)
CMYK C: 22%, M: 59%, Y: 0%, K: 1%
HSL H: 278°, S: 97%, L: 70%
HSV H: 278°, S: 59%, V: 99%
CIE-LAB L: 60.78, a: 61.52, b: -59.46
CIE-LCH L: 60.78, C: 85.56, H: 315.98
Hunter-Lab L: 53.85, a: 55.15, b: -87.22
Web Safe
#cc66ff
Complementary
#9efd68

#C668FD is a color with RGB values of 198 red, 104 green, and 253 blue (78%, 41%, 99% respectively). In the CMYK color space, it consists of 22% cyan, 59% magenta, 0% yellow, and 1% black. The color has a hue angle of 278°, 97% saturation, and 70% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc66ff. The complementary color is #9efd68, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #C668FD

Explore different variations of #C668FD including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #C668FD. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #C668FD

Explore different color combinations and harmonies that work well with #C668FD.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #C668FD

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #C668FD

Text with #C668FD

This text has a font color of #C668FD.

<span style="color:#C668FD;">Text here</span>
.text { color: #C668FD; }

#C668FD background color

This paragraph has a background color of #C668FD.

<p style="background-color:#C668FD;">Content here</p>
.background { background-color: #C668FD; }

#C668FD border color

This element has a border color of #C668FD.
<div style="border:1px solid #C668FD;">Content here</div>
.border { border: 1px solid #C668FD; }

#C668FD box shadow

This element has a box shadow using #C668FD.
<div style="box-shadow: 0 4px 6px -1px #C668FD80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #C668FD80; }
Copied to clipboard!