Shades of Heliotrope #C66CF2
Tints of Heliotrope #C66CF2
RGB
CMYK
RGB Variations
Color information
#C66CF2 (or 0xC66CF2) is known color: Heliotrope. HEX triplet: C6, 6C and F2. RGB value is (198,108,242). Sum of RGB (Red+Green+Blue) = 198+108+242=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #C66CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66CF2 is #39930D. Grayscale: #959595. Windows color (decimal): -3773198 or 15887558. OLE color: 15887558.
HSL color Cylindrical-coordinate representation of color #C66CF2: hue angle of 280.3º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66CF2 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 108 | 242 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.05 |
| HSL | 280.3º | 0.84% | 0.69% | - |
| HSV(B) | 280.3º | 0.55% | 0.95% | - |
| XYZ | 44.68 | 29.14 | 87.27 | - |
| YUV | 150.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 242 | 0.18 | 0.55 | 0 | 0.05 | 280.3 | 0.84 | 0.69 |
| Hex | C6 | 6C | F2 | 12 | 37 | 0 | 5 | 118 | 54 | 45 |
| Octal | 306 | 154 | 362 | 22 | 67 | 0 | 5 | 430 | 124 | 105 |
| Binary | 11000110 | 1101100 | 11110010 | 10010 | 110111 | 0 | 101 | 100011000 | 1010100 | 1000101 |
Color Harmonies of #C66CF2
Complementary color
Monochromatic Colors of #C66CF2
Black with #C66CF2
Text Example
Text Example
White with #C66CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CF2; }
p { color: rgb(198,108,242); }
H1.HeaderClassName
{
color: #C66CF2;
}
.AnyTagClassName
{
color: #C66CF2;
}
</style>
background-color css
<style>
a { background-color: #C66CF2; }
a { background-color: rgb(198,108,242); }
div.DivClassName
{
background-color: #C66CF2;
}
.BgClassName
{
background-color: #C66CF2;
}
</style>
border-color css
<style>
span { border-color: #C66CF2; }
span { border-color: rgb(198,108,242); }
td.TdClassName
{
border-color: #C66CF2;
}
.TagClassName
{
border-color: #C66CF2;
}
</style>