Shades of Heliotrope #C966F6
Tints of Heliotrope #C966F6
RGB
CMYK
RGB Variations
Color information
#C966F6 (or 0xC966F6) is known color: Heliotrope. HEX triplet: C9, 66 and F6. RGB value is (201,102,246). Sum of RGB (Red+Green+Blue) = 201+102+246=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #C966F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966F6 is #369909. Grayscale: #939393. Windows color (decimal): -3578122 or 16148169. OLE color: 16148169.
HSL color Cylindrical-coordinate representation of color #C966F6: hue angle of 281.25º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C966F6 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 102 | 246 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.04 |
| HSL | 281.25º | 0.89% | 0.68% | - |
| HSV(B) | 281.25º | 0.59% | 0.96% | - |
| XYZ | 45.47 | 28.57 | 90.31 | - |
| YUV | 148.02 | 183.3 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 246 | 0.18 | 0.59 | 0 | 0.04 | 281.25 | 0.89 | 0.68 |
| Hex | C9 | 66 | F6 | 12 | 3B | 0 | 4 | 119 | 59 | 44 |
| Octal | 311 | 146 | 366 | 22 | 73 | 0 | 4 | 431 | 131 | 104 |
| Binary | 11001001 | 1100110 | 11110110 | 10010 | 111011 | 0 | 100 | 100011001 | 1011001 | 1000100 |
Color Harmonies of #C966F6
Complementary color
Monochromatic Colors of #C966F6
Black with #C966F6
Text Example
Text Example
White with #C966F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966F6; }
p { color: rgb(201,102,246); }
H1.HeaderClassName
{
color: #C966F6;
}
.AnyTagClassName
{
color: #C966F6;
}
</style>
background-color css
<style>
a { background-color: #C966F6; }
a { background-color: rgb(201,102,246); }
div.DivClassName
{
background-color: #C966F6;
}
.BgClassName
{
background-color: #C966F6;
}
</style>
border-color css
<style>
span { border-color: #C966F6; }
span { border-color: rgb(201,102,246); }
td.TdClassName
{
border-color: #C966F6;
}
.TagClassName
{
border-color: #C966F6;
}
</style>