Shades of Heliotrope #C66CFC
Tints of Heliotrope #C66CFC
RGB
CMYK
RGB Variations
Color information
#C66CFC (or 0xC66CFC) is known color: Heliotrope. HEX triplet: C6, 6C and FC. RGB value is (198,108,252). Sum of RGB (Red+Green+Blue) = 198+108+252=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #C66CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66CFC is #399303. Grayscale: #969696. Windows color (decimal): -3773188 or 16542918. OLE color: 16542918.
HSL color Cylindrical-coordinate representation of color #C66CFC: hue angle of 277.5º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C66CFC is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 108 | 252 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.01 |
| HSL | 277.5º | 0.96% | 0.71% | - |
| HSV(B) | 277.5º | 0.57% | 0.99% | - |
| XYZ | 46.22 | 29.76 | 95.4 | - |
| YUV | 151.33 | 184.82 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 252 | 0.21 | 0.57 | 0 | 0.01 | 277.5 | 0.96 | 0.71 |
| Hex | C6 | 6C | FC | 15 | 39 | 0 | 1 | 116 | 60 | 47 |
| Octal | 306 | 154 | 374 | 25 | 71 | 0 | 1 | 426 | 140 | 107 |
| Binary | 11000110 | 1101100 | 11111100 | 10101 | 111001 | 0 | 1 | 100010110 | 1100000 | 1000111 |
Color Harmonies of #C66CFC
Complementary color
Monochromatic Colors of #C66CFC
Black with #C66CFC
Text Example
Text Example
White with #C66CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CFC; }
p { color: rgb(198,108,252); }
H1.HeaderClassName
{
color: #C66CFC;
}
.AnyTagClassName
{
color: #C66CFC;
}
</style>
background-color css
<style>
a { background-color: #C66CFC; }
a { background-color: rgb(198,108,252); }
div.DivClassName
{
background-color: #C66CFC;
}
.BgClassName
{
background-color: #C66CFC;
}
</style>
border-color css
<style>
span { border-color: #C66CFC; }
span { border-color: rgb(198,108,252); }
td.TdClassName
{
border-color: #C66CFC;
}
.TagClassName
{
border-color: #C66CFC;
}
</style>