Shades of Heliotrope #C964EE
Tints of Heliotrope #C964EE
RGB
CMYK
RGB Variations
Color information
#C964EE (or 0xC964EE) is known color: Heliotrope. HEX triplet: C9, 64 and EE. RGB value is (201,100,238). Sum of RGB (Red+Green+Blue) = 201+100+238=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #C964EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C964EE is #369B11. Grayscale: #919191. Windows color (decimal): -3578642 or 15623369. OLE color: 15623369.
HSL color Cylindrical-coordinate representation of color #C964EE: hue angle of 283.91º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C964EE is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 100 | 238 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.07 |
| HSL | 283.91º | 0.8% | 0.66% | - |
| HSV(B) | 283.91º | 0.58% | 0.93% | - |
| XYZ | 44.08 | 27.7 | 83.91 | - |
| YUV | 145.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 238 | 0.16 | 0.58 | 0 | 0.07 | 283.91 | 0.8 | 0.66 |
| Hex | C9 | 64 | EE | 10 | 3A | 0 | 7 | 11C | 50 | 42 |
| Octal | 311 | 144 | 356 | 20 | 72 | 0 | 7 | 434 | 120 | 102 |
| Binary | 11001001 | 1100100 | 11101110 | 10000 | 111010 | 0 | 111 | 100011100 | 1010000 | 1000010 |
Color Harmonies of #C964EE
Complementary color
Monochromatic Colors of #C964EE
Black with #C964EE
Text Example
Text Example
White with #C964EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964EE; }
p { color: rgb(201,100,238); }
H1.HeaderClassName
{
color: #C964EE;
}
.AnyTagClassName
{
color: #C964EE;
}
</style>
background-color css
<style>
a { background-color: #C964EE; }
a { background-color: rgb(201,100,238); }
div.DivClassName
{
background-color: #C964EE;
}
.BgClassName
{
background-color: #C964EE;
}
</style>
border-color css
<style>
span { border-color: #C964EE; }
span { border-color: rgb(201,100,238); }
td.TdClassName
{
border-color: #C964EE;
}
.TagClassName
{
border-color: #C964EE;
}
</style>