Shades of Heliotrope #C966F3
Tints of Heliotrope #C966F3
RGB
CMYK
RGB Variations
Color information
#C966F3 (or 0xC966F3) is known color: Heliotrope. HEX triplet: C9, 66 and F3. RGB value is (201,102,243). Sum of RGB (Red+Green+Blue) = 201+102+243=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #C966F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966F3 is #36990C. Grayscale: #939393. Windows color (decimal): -3578125 or 15951561. OLE color: 15951561.
HSL color Cylindrical-coordinate representation of color #C966F3: hue angle of 282.13º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C966F3 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 102 | 243 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.05 |
| HSL | 282.13º | 0.85% | 0.68% | - |
| HSV(B) | 282.13º | 0.58% | 0.95% | - |
| XYZ | 45.02 | 28.39 | 87.9 | - |
| YUV | 147.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 243 | 0.17 | 0.58 | 0 | 0.05 | 282.13 | 0.85 | 0.68 |
| Hex | C9 | 66 | F3 | 11 | 3A | 0 | 5 | 11A | 55 | 44 |
| Octal | 311 | 146 | 363 | 21 | 72 | 0 | 5 | 432 | 125 | 104 |
| Binary | 11001001 | 1100110 | 11110011 | 10001 | 111010 | 0 | 101 | 100011010 | 1010101 | 1000100 |
Color Harmonies of #C966F3
Complementary color
Monochromatic Colors of #C966F3
Black with #C966F3
Text Example
Text Example
White with #C966F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966F3; }
p { color: rgb(201,102,243); }
H1.HeaderClassName
{
color: #C966F3;
}
.AnyTagClassName
{
color: #C966F3;
}
</style>
background-color css
<style>
a { background-color: #C966F3; }
a { background-color: rgb(201,102,243); }
div.DivClassName
{
background-color: #C966F3;
}
.BgClassName
{
background-color: #C966F3;
}
</style>
border-color css
<style>
span { border-color: #C966F3; }
span { border-color: rgb(201,102,243); }
td.TdClassName
{
border-color: #C966F3;
}
.TagClassName
{
border-color: #C966F3;
}
</style>