Shades of Heliotrope #C966F7
Tints of Heliotrope #C966F7
RGB
CMYK
RGB Variations
Color information
#C966F7 (or 0xC966F7) is known color: Heliotrope. HEX triplet: C9, 66 and F7. RGB value is (201,102,247). Sum of RGB (Red+Green+Blue) = 201+102+247=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #C966F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966F7 is #369908. Grayscale: #939393. Windows color (decimal): -3578121 or 16213705. OLE color: 16213705.
HSL color Cylindrical-coordinate representation of color #C966F7: hue angle of 280.97º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C966F7 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 102 | 247 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.03 |
| HSL | 280.97º | 0.9% | 0.68% | - |
| HSV(B) | 280.97º | 0.59% | 0.97% | - |
| XYZ | 45.63 | 28.64 | 91.12 | - |
| YUV | 148.13 | 183.8 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 247 | 0.19 | 0.59 | 0 | 0.03 | 280.97 | 0.9 | 0.68 |
| Hex | C9 | 66 | F7 | 13 | 3B | 0 | 3 | 119 | 5A | 44 |
| Octal | 311 | 146 | 367 | 23 | 73 | 0 | 3 | 431 | 132 | 104 |
| Binary | 11001001 | 1100110 | 11110111 | 10011 | 111011 | 0 | 11 | 100011001 | 1011010 | 1000100 |
Color Harmonies of #C966F7
Complementary color
Monochromatic Colors of #C966F7
Black with #C966F7
Text Example
Text Example
White with #C966F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966F7; }
p { color: rgb(201,102,247); }
H1.HeaderClassName
{
color: #C966F7;
}
.AnyTagClassName
{
color: #C966F7;
}
</style>
background-color css
<style>
a { background-color: #C966F7; }
a { background-color: rgb(201,102,247); }
div.DivClassName
{
background-color: #C966F7;
}
.BgClassName
{
background-color: #C966F7;
}
</style>
border-color css
<style>
span { border-color: #C966F7; }
span { border-color: rgb(201,102,247); }
td.TdClassName
{
border-color: #C966F7;
}
.TagClassName
{
border-color: #C966F7;
}
</style>