Shades of Heliotrope #C866F2
Tints of Heliotrope #C866F2
RGB
CMYK
RGB Variations
Color information
#C866F2 (or 0xC866F2) is known color: Heliotrope. HEX triplet: C8, 66 and F2. RGB value is (200,102,242). Sum of RGB (Red+Green+Blue) = 200+102+242=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #C866F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C866F2 is #37990D. Grayscale: #929292. Windows color (decimal): -3643662 or 15886024. OLE color: 15886024.
HSL color Cylindrical-coordinate representation of color #C866F2: hue angle of 282º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C866F2 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 102 | 242 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.05 |
| HSL | 282º | 0.84% | 0.67% | - |
| HSV(B) | 282º | 0.58% | 0.95% | - |
| XYZ | 44.6 | 28.19 | 87.1 | - |
| YUV | 147.26 | 181.47 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 242 | 0.17 | 0.58 | 0 | 0.05 | 282 | 0.84 | 0.67 |
| Hex | C8 | 66 | F2 | 11 | 3A | 0 | 5 | 11A | 54 | 43 |
| Octal | 310 | 146 | 362 | 21 | 72 | 0 | 5 | 432 | 124 | 103 |
| Binary | 11001000 | 1100110 | 11110010 | 10001 | 111010 | 0 | 101 | 100011010 | 1010100 | 1000011 |
Color Harmonies of #C866F2
Complementary color
Monochromatic Colors of #C866F2
Black with #C866F2
Text Example
Text Example
White with #C866F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C866F2; }
p { color: rgb(200,102,242); }
H1.HeaderClassName
{
color: #C866F2;
}
.AnyTagClassName
{
color: #C866F2;
}
</style>
background-color css
<style>
a { background-color: #C866F2; }
a { background-color: rgb(200,102,242); }
div.DivClassName
{
background-color: #C866F2;
}
.BgClassName
{
background-color: #C866F2;
}
</style>
border-color css
<style>
span { border-color: #C866F2; }
span { border-color: rgb(200,102,242); }
td.TdClassName
{
border-color: #C866F2;
}
.TagClassName
{
border-color: #C866F2;
}
</style>