Shades of Heliotrope #C66DFC
Tints of Heliotrope #C66DFC
RGB
CMYK
RGB Variations
Color information
#C66DFC (or 0xC66DFC) is known color: Heliotrope. HEX triplet: C6, 6D and FC. RGB value is (198,109,252). Sum of RGB (Red+Green+Blue) = 198+109+252=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #C66DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66DFC is #399203. Grayscale: #979797. Windows color (decimal): -3772932 or 16543174. OLE color: 16543174.
HSL color Cylindrical-coordinate representation of color #C66DFC: hue angle of 277.34º 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 #C66DFC is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 109 | 252 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.01 |
| HSL | 277.34º | 0.96% | 0.71% | - |
| HSV(B) | 277.34º | 0.57% | 0.99% | - |
| XYZ | 46.33 | 29.97 | 95.44 | - |
| YUV | 151.91 | 184.49 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 252 | 0.21 | 0.57 | 0 | 0.01 | 277.34 | 0.96 | 0.71 |
| Hex | C6 | 6D | FC | 15 | 39 | 0 | 1 | 115 | 60 | 47 |
| Octal | 306 | 155 | 374 | 25 | 71 | 0 | 1 | 425 | 140 | 107 |
| Binary | 11000110 | 1101101 | 11111100 | 10101 | 111001 | 0 | 1 | 100010101 | 1100000 | 1000111 |
Color Harmonies of #C66DFC
Complementary color
Monochromatic Colors of #C66DFC
Black with #C66DFC
Text Example
Text Example
White with #C66DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DFC; }
p { color: rgb(198,109,252); }
H1.HeaderClassName
{
color: #C66DFC;
}
.AnyTagClassName
{
color: #C66DFC;
}
</style>
background-color css
<style>
a { background-color: #C66DFC; }
a { background-color: rgb(198,109,252); }
div.DivClassName
{
background-color: #C66DFC;
}
.BgClassName
{
background-color: #C66DFC;
}
</style>
border-color css
<style>
span { border-color: #C66DFC; }
span { border-color: rgb(198,109,252); }
td.TdClassName
{
border-color: #C66DFC;
}
.TagClassName
{
border-color: #C66DFC;
}
</style>