Shades of Heliotrope #C966F4
Tints of Heliotrope #C966F4
RGB
CMYK
RGB Variations
Color information
#C966F4 (or 0xC966F4) is known color: Heliotrope. HEX triplet: C9, 66 and F4. RGB value is (201,102,244). Sum of RGB (Red+Green+Blue) = 201+102+244=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 244 (95.70% from 255 or 44.61% from 547); Max value from RGB is 244 - color contains mainly: blue. Hex color #C966F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966F4 is #36990B. Grayscale: #939393. Windows color (decimal): -3578124 or 16017097. OLE color: 16017097.
HSL color Cylindrical-coordinate representation of color #C966F4: hue angle of 281.83º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C966F4 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 102 | 244 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.04 |
| HSL | 281.83º | 0.87% | 0.68% | - |
| HSV(B) | 281.83º | 0.58% | 0.96% | - |
| XYZ | 45.17 | 28.45 | 88.7 | - |
| YUV | 147.79 | 182.3 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 244 | 0.18 | 0.58 | 0 | 0.04 | 281.83 | 0.87 | 0.68 |
| Hex | C9 | 66 | F4 | 12 | 3A | 0 | 4 | 11A | 57 | 44 |
| Octal | 311 | 146 | 364 | 22 | 72 | 0 | 4 | 432 | 127 | 104 |
| Binary | 11001001 | 1100110 | 11110100 | 10010 | 111010 | 0 | 100 | 100011010 | 1010111 | 1000100 |
Color Harmonies of #C966F4
Complementary color
Monochromatic Colors of #C966F4
Black with #C966F4
Text Example
Text Example
White with #C966F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966F4; }
p { color: rgb(201,102,244); }
H1.HeaderClassName
{
color: #C966F4;
}
.AnyTagClassName
{
color: #C966F4;
}
</style>
background-color css
<style>
a { background-color: #C966F4; }
a { background-color: rgb(201,102,244); }
div.DivClassName
{
background-color: #C966F4;
}
.BgClassName
{
background-color: #C966F4;
}
</style>
border-color css
<style>
span { border-color: #C966F4; }
span { border-color: rgb(201,102,244); }
td.TdClassName
{
border-color: #C966F4;
}
.TagClassName
{
border-color: #C966F4;
}
</style>