Shades of Heliotrope #C96BEF
Tints of Heliotrope #C96BEF
RGB
CMYK
RGB Variations
Color information
#C96BEF (or 0xC96BEF) is known color: Heliotrope. HEX triplet: C9, 6B and EF. RGB value is (201,107,239). Sum of RGB (Red+Green+Blue) = 201+107+239=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #C96BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BEF is #369410. Grayscale: #959595. Windows color (decimal): -3576849 or 15690697. OLE color: 15690697.
HSL color Cylindrical-coordinate representation of color #C96BEF: hue angle of 282.73º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C96BEF is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 107 | 239 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.06 |
| HSL | 282.73º | 0.8% | 0.68% | - |
| HSV(B) | 282.73º | 0.55% | 0.94% | - |
| XYZ | 44.93 | 29.16 | 84.92 | - |
| YUV | 150.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 239 | 0.16 | 0.55 | 0 | 0.06 | 282.73 | 0.8 | 0.68 |
| Hex | C9 | 6B | EF | 10 | 37 | 0 | 6 | 11B | 50 | 44 |
| Octal | 311 | 153 | 357 | 20 | 67 | 0 | 6 | 433 | 120 | 104 |
| Binary | 11001001 | 1101011 | 11101111 | 10000 | 110111 | 0 | 110 | 100011011 | 1010000 | 1000100 |
Color Harmonies of #C96BEF
Complementary color
Monochromatic Colors of #C96BEF
Black with #C96BEF
Text Example
Text Example
White with #C96BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BEF; }
p { color: rgb(201,107,239); }
H1.HeaderClassName
{
color: #C96BEF;
}
.AnyTagClassName
{
color: #C96BEF;
}
</style>
background-color css
<style>
a { background-color: #C96BEF; }
a { background-color: rgb(201,107,239); }
div.DivClassName
{
background-color: #C96BEF;
}
.BgClassName
{
background-color: #C96BEF;
}
</style>
border-color css
<style>
span { border-color: #C96BEF; }
span { border-color: rgb(201,107,239); }
td.TdClassName
{
border-color: #C96BEF;
}
.TagClassName
{
border-color: #C96BEF;
}
</style>