Shades of Heliotrope #C96EFF
Tints of Heliotrope #C96EFF
RGB
CMYK
RGB Variations
Color information
#C96EFF (or 0xC96EFF) is known color: Heliotrope. HEX triplet: C9, 6E and FF. RGB value is (201,110,255). Sum of RGB (Red+Green+Blue) = 201+110+255=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #C96EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EFF is #369100. Grayscale: #999999. Windows color (decimal): -3576065 or 16740041. OLE color: 16740041.
HSL color Cylindrical-coordinate representation of color #C96EFF: hue angle of 277.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C96EFF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 110 | 255 | - |
| CMYK | 0.21 | 0.57 | 0 | 0 |
| HSL | 277.66º | 1% | 0.72% | - |
| HSV(B) | 277.66º | 0.57% | 1% | - |
| XYZ | 47.71 | 30.79 | 98.04 | - |
| YUV | 153.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 255 | 0.21 | 0.57 | 0 | 0 | 277.66 | 1 | 0.72 |
| Hex | C9 | 6E | FF | 15 | 39 | 0 | 0 | 116 | 64 | 48 |
| Octal | 311 | 156 | 377 | 25 | 71 | 0 | 0 | 426 | 144 | 110 |
| Binary | 11001001 | 1101110 | 11111111 | 10101 | 111001 | 0 | 0 | 100010110 | 1100100 | 1001000 |
Color Harmonies of #C96EFF
Complementary color
Monochromatic Colors of #C96EFF
Black with #C96EFF
Text Example
Text Example
White with #C96EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96EFF; }
p { color: rgb(201,110,255); }
H1.HeaderClassName
{
color: #C96EFF;
}
.AnyTagClassName
{
color: #C96EFF;
}
</style>
background-color css
<style>
a { background-color: #C96EFF; }
a { background-color: rgb(201,110,255); }
div.DivClassName
{
background-color: #C96EFF;
}
.BgClassName
{
background-color: #C96EFF;
}
</style>
border-color css
<style>
span { border-color: #C96EFF; }
span { border-color: rgb(201,110,255); }
td.TdClassName
{
border-color: #C96EFF;
}
.TagClassName
{
border-color: #C96EFF;
}
</style>