Shades of Heliotrope #C966EF
Tints of Heliotrope #C966EF
RGB
CMYK
RGB Variations
Color information
#C966EF (or 0xC966EF) is known color: Heliotrope. HEX triplet: C9, 66 and EF. RGB value is (201,102,239). Sum of RGB (Red+Green+Blue) = 201+102+239=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #C966EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966EF is #369910. Grayscale: #929292. Windows color (decimal): -3578129 or 15689417. OLE color: 15689417.
HSL color Cylindrical-coordinate representation of color #C966EF: hue angle of 283.36º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C966EF is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 102 | 239 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.06 |
| HSL | 283.36º | 0.81% | 0.67% | - |
| HSV(B) | 283.36º | 0.57% | 0.94% | - |
| XYZ | 44.42 | 28.15 | 84.75 | - |
| YUV | 147.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 239 | 0.16 | 0.57 | 0 | 0.06 | 283.36 | 0.81 | 0.67 |
| Hex | C9 | 66 | EF | 10 | 39 | 0 | 6 | 11B | 51 | 43 |
| Octal | 311 | 146 | 357 | 20 | 71 | 0 | 6 | 433 | 121 | 103 |
| Binary | 11001001 | 1100110 | 11101111 | 10000 | 111001 | 0 | 110 | 100011011 | 1010001 | 1000011 |
Color Harmonies of #C966EF
Complementary color
Monochromatic Colors of #C966EF
Black with #C966EF
Text Example
Text Example
White with #C966EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966EF; }
p { color: rgb(201,102,239); }
H1.HeaderClassName
{
color: #C966EF;
}
.AnyTagClassName
{
color: #C966EF;
}
</style>
background-color css
<style>
a { background-color: #C966EF; }
a { background-color: rgb(201,102,239); }
div.DivClassName
{
background-color: #C966EF;
}
.BgClassName
{
background-color: #C966EF;
}
</style>
border-color css
<style>
span { border-color: #C966EF; }
span { border-color: rgb(201,102,239); }
td.TdClassName
{
border-color: #C966EF;
}
.TagClassName
{
border-color: #C966EF;
}
</style>