Shades of Heliotrope #C866FF
Tints of Heliotrope #C866FF
RGB
CMYK
RGB Variations
Color information
#C866FF (or 0xC866FF) is known color: Heliotrope. HEX triplet: C8, 66 and FF. RGB value is (200,102,255). Sum of RGB (Red+Green+Blue) = 200+102+255=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #C866FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C866FF is #379900. Grayscale: #949494. Windows color (decimal): -3643649 or 16737992. OLE color: 16737992.
HSL color Cylindrical-coordinate representation of color #C866FF: hue angle of 278.43º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C866FF is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 102 | 255 | - |
| CMYK | 0.22 | 0.6 | 0 | 0 |
| HSL | 278.43º | 1% | 0.7% | - |
| HSV(B) | 278.43º | 0.6% | 1% | - |
| XYZ | 46.62 | 29 | 97.75 | - |
| YUV | 148.74 | 187.97 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 255 | 0.22 | 0.6 | 0 | 0 | 278.43 | 1 | 0.7 |
| Hex | C8 | 66 | FF | 16 | 3C | 0 | 0 | 116 | 64 | 46 |
| Octal | 310 | 146 | 377 | 26 | 74 | 0 | 0 | 426 | 144 | 106 |
| Binary | 11001000 | 1100110 | 11111111 | 10110 | 111100 | 0 | 0 | 100010110 | 1100100 | 1000110 |
Color Harmonies of #C866FF
Complementary color
Monochromatic Colors of #C866FF
Black with #C866FF
Text Example
Text Example
White with #C866FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C866FF; }
p { color: rgb(200,102,255); }
H1.HeaderClassName
{
color: #C866FF;
}
.AnyTagClassName
{
color: #C866FF;
}
</style>
background-color css
<style>
a { background-color: #C866FF; }
a { background-color: rgb(200,102,255); }
div.DivClassName
{
background-color: #C866FF;
}
.BgClassName
{
background-color: #C866FF;
}
</style>
border-color css
<style>
span { border-color: #C866FF; }
span { border-color: rgb(200,102,255); }
td.TdClassName
{
border-color: #C866FF;
}
.TagClassName
{
border-color: #C866FF;
}
</style>