Shades of Heliotrope #C966ED
Tints of Heliotrope #C966ED
RGB
CMYK
RGB Variations
Color information
#C966ED (or 0xC966ED) is known color: Heliotrope. HEX triplet: C9, 66 and ED. RGB value is (201,102,237). Sum of RGB (Red+Green+Blue) = 201+102+237=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #C966ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966ED is #369912. Grayscale: #929292. Windows color (decimal): -3578131 or 15558345. OLE color: 15558345.
HSL color Cylindrical-coordinate representation of color #C966ED: hue angle of 284º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C966ED is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 102 | 237 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.07 |
| HSL | 284º | 0.79% | 0.66% | - |
| HSV(B) | 284º | 0.57% | 0.93% | - |
| XYZ | 44.12 | 28.03 | 83.21 | - |
| YUV | 146.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 237 | 0.15 | 0.57 | 0 | 0.07 | 284 | 0.79 | 0.66 |
| Hex | C9 | 66 | ED | F | 39 | 0 | 7 | 11C | 4F | 42 |
| Octal | 311 | 146 | 355 | 17 | 71 | 0 | 7 | 434 | 117 | 102 |
| Binary | 11001001 | 1100110 | 11101101 | 1111 | 111001 | 0 | 111 | 100011100 | 1001111 | 1000010 |
Color Harmonies of #C966ED
Complementary color
Monochromatic Colors of #C966ED
Black with #C966ED
Text Example
Text Example
White with #C966ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966ED; }
p { color: rgb(201,102,237); }
H1.HeaderClassName
{
color: #C966ED;
}
.AnyTagClassName
{
color: #C966ED;
}
</style>
background-color css
<style>
a { background-color: #C966ED; }
a { background-color: rgb(201,102,237); }
div.DivClassName
{
background-color: #C966ED;
}
.BgClassName
{
background-color: #C966ED;
}
</style>
border-color css
<style>
span { border-color: #C966ED; }
span { border-color: rgb(201,102,237); }
td.TdClassName
{
border-color: #C966ED;
}
.TagClassName
{
border-color: #C966ED;
}
</style>