Shades of Heliotrope #C96BEC
Tints of Heliotrope #C96BEC
RGB
CMYK
RGB Variations
Color information
#C96BEC (or 0xC96BEC) is known color: Heliotrope. HEX triplet: C9, 6B and EC. RGB value is (201,107,236). Sum of RGB (Red+Green+Blue) = 201+107+236=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #C96BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BEC is #369413. Grayscale: #959595. Windows color (decimal): -3576852 or 15494089. OLE color: 15494089.
HSL color Cylindrical-coordinate representation of color #C96BEC: hue angle of 283.72º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C96BEC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 107 | 236 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.07 |
| HSL | 283.72º | 0.77% | 0.67% | - |
| HSV(B) | 283.72º | 0.55% | 0.93% | - |
| XYZ | 44.49 | 28.99 | 82.61 | - |
| YUV | 149.81 | 176.64 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 236 | 0.15 | 0.55 | 0 | 0.07 | 283.72 | 0.77 | 0.67 |
| Hex | C9 | 6B | EC | F | 37 | 0 | 7 | 11C | 4D | 43 |
| Octal | 311 | 153 | 354 | 17 | 67 | 0 | 7 | 434 | 115 | 103 |
| Binary | 11001001 | 1101011 | 11101100 | 1111 | 110111 | 0 | 111 | 100011100 | 1001101 | 1000011 |
Color Harmonies of #C96BEC
Complementary color
Monochromatic Colors of #C96BEC
Black with #C96BEC
Text Example
Text Example
White with #C96BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BEC; }
p { color: rgb(201,107,236); }
H1.HeaderClassName
{
color: #C96BEC;
}
.AnyTagClassName
{
color: #C96BEC;
}
</style>
background-color css
<style>
a { background-color: #C96BEC; }
a { background-color: rgb(201,107,236); }
div.DivClassName
{
background-color: #C96BEC;
}
.BgClassName
{
background-color: #C96BEC;
}
</style>
border-color css
<style>
span { border-color: #C96BEC; }
span { border-color: rgb(201,107,236); }
td.TdClassName
{
border-color: #C96BEC;
}
.TagClassName
{
border-color: #C96BEC;
}
</style>