Shades of Heliotrope #C96DED
Tints of Heliotrope #C96DED
RGB
CMYK
RGB Variations
Color information
#C96DED (or 0xC96DED) is known color: Heliotrope. HEX triplet: C9, 6D and ED. RGB value is (201,109,237). Sum of RGB (Red+Green+Blue) = 201+109+237=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #C96DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DED is #369212. Grayscale: #969696. Windows color (decimal): -3576339 or 15560137. OLE color: 15560137.
HSL color Cylindrical-coordinate representation of color #C96DED: hue angle of 283.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C96DED is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 109 | 237 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.07 |
| HSL | 283.13º | 0.78% | 0.68% | - |
| HSV(B) | 283.13º | 0.54% | 0.93% | - |
| XYZ | 44.84 | 29.47 | 83.45 | - |
| YUV | 151.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 237 | 0.15 | 0.54 | 0 | 0.07 | 283.13 | 0.78 | 0.68 |
| Hex | C9 | 6D | ED | F | 36 | 0 | 7 | 11B | 4E | 44 |
| Octal | 311 | 155 | 355 | 17 | 66 | 0 | 7 | 433 | 116 | 104 |
| Binary | 11001001 | 1101101 | 11101101 | 1111 | 110110 | 0 | 111 | 100011011 | 1001110 | 1000100 |
Color Harmonies of #C96DED
Complementary color
Monochromatic Colors of #C96DED
Black with #C96DED
Text Example
Text Example
White with #C96DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DED; }
p { color: rgb(201,109,237); }
H1.HeaderClassName
{
color: #C96DED;
}
.AnyTagClassName
{
color: #C96DED;
}
</style>
background-color css
<style>
a { background-color: #C96DED; }
a { background-color: rgb(201,109,237); }
div.DivClassName
{
background-color: #C96DED;
}
.BgClassName
{
background-color: #C96DED;
}
</style>
border-color css
<style>
span { border-color: #C96DED; }
span { border-color: rgb(201,109,237); }
td.TdClassName
{
border-color: #C96DED;
}
.TagClassName
{
border-color: #C96DED;
}
</style>