Shades of Heliotrope #C96DFF
Tints of Heliotrope #C96DFF
RGB
CMYK
RGB Variations
Color information
#C96DFF (or 0xC96DFF) is known color: Heliotrope. HEX triplet: C9, 6D and FF. RGB value is (201,109,255). Sum of RGB (Red+Green+Blue) = 201+109+255=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #C96DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DFF is #369200. Grayscale: #989898. Windows color (decimal): -3576321 or 16739785. OLE color: 16739785.
HSL color Cylindrical-coordinate representation of color #C96DFF: hue angle of 277.81º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C96DFF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 109 | 255 | - |
| CMYK | 0.21 | 0.57 | 0 | 0 |
| HSL | 277.81º | 1% | 0.71% | - |
| HSV(B) | 277.81º | 0.57% | 1% | - |
| XYZ | 47.61 | 30.57 | 98 | - |
| YUV | 153.15 | 185.48 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 255 | 0.21 | 0.57 | 0 | 0 | 277.81 | 1 | 0.71 |
| Hex | C9 | 6D | FF | 15 | 39 | 0 | 0 | 116 | 64 | 47 |
| Octal | 311 | 155 | 377 | 25 | 71 | 0 | 0 | 426 | 144 | 107 |
| Binary | 11001001 | 1101101 | 11111111 | 10101 | 111001 | 0 | 0 | 100010110 | 1100100 | 1000111 |
Color Harmonies of #C96DFF
Complementary color
Monochromatic Colors of #C96DFF
Black with #C96DFF
Text Example
Text Example
White with #C96DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DFF; }
p { color: rgb(201,109,255); }
H1.HeaderClassName
{
color: #C96DFF;
}
.AnyTagClassName
{
color: #C96DFF;
}
</style>
background-color css
<style>
a { background-color: #C96DFF; }
a { background-color: rgb(201,109,255); }
div.DivClassName
{
background-color: #C96DFF;
}
.BgClassName
{
background-color: #C96DFF;
}
</style>
border-color css
<style>
span { border-color: #C96DFF; }
span { border-color: rgb(201,109,255); }
td.TdClassName
{
border-color: #C96DFF;
}
.TagClassName
{
border-color: #C96DFF;
}
</style>