Shades of Heliotrope #C96DFB
Tints of Heliotrope #C96DFB
RGB
CMYK
RGB Variations
Color information
#C96DFB (or 0xC96DFB) is known color: Heliotrope. HEX triplet: C9, 6D and FB. RGB value is (201,109,251). Sum of RGB (Red+Green+Blue) = 201+109+251=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #C96DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DFB is #369204. Grayscale: #989898. Windows color (decimal): -3576325 or 16477641. OLE color: 16477641.
HSL color Cylindrical-coordinate representation of color #C96DFB: hue angle of 278.87º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C96DFB is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 109 | 251 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.02 |
| HSL | 278.87º | 0.95% | 0.71% | - |
| HSV(B) | 278.87º | 0.57% | 0.98% | - |
| XYZ | 46.97 | 30.32 | 94.64 | - |
| YUV | 152.7 | 183.48 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 251 | 0.20 | 0.57 | 0 | 0.02 | 278.87 | 0.95 | 0.71 |
| Hex | C9 | 6D | FB | 14 | 39 | 0 | 2 | 117 | 5F | 47 |
| Octal | 311 | 155 | 373 | 24 | 71 | 0 | 2 | 427 | 137 | 107 |
| Binary | 11001001 | 1101101 | 11111011 | 10100 | 111001 | 0 | 10 | 100010111 | 1011111 | 1000111 |
Color Harmonies of #C96DFB
Complementary color
Monochromatic Colors of #C96DFB
Black with #C96DFB
Text Example
Text Example
White with #C96DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DFB; }
p { color: rgb(201,109,251); }
H1.HeaderClassName
{
color: #C96DFB;
}
.AnyTagClassName
{
color: #C96DFB;
}
</style>
background-color css
<style>
a { background-color: #C96DFB; }
a { background-color: rgb(201,109,251); }
div.DivClassName
{
background-color: #C96DFB;
}
.BgClassName
{
background-color: #C96DFB;
}
</style>
border-color css
<style>
span { border-color: #C96DFB; }
span { border-color: rgb(201,109,251); }
td.TdClassName
{
border-color: #C96DFB;
}
.TagClassName
{
border-color: #C96DFB;
}
</style>