Shades of Heliotrope #C96CEE
Tints of Heliotrope #C96CEE
RGB
CMYK
RGB Variations
Color information
#C96CEE (or 0xC96CEE) is known color: Heliotrope. HEX triplet: C9, 6C and EE. RGB value is (201,108,238). Sum of RGB (Red+Green+Blue) = 201+108+238=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #C96CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96CEE is #369311. Grayscale: #969696. Windows color (decimal): -3576594 or 15625417. OLE color: 15625417.
HSL color Cylindrical-coordinate representation of color #C96CEE: hue angle of 282.92º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C96CEE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 108 | 238 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.07 |
| HSL | 282.92º | 0.79% | 0.68% | - |
| HSV(B) | 282.92º | 0.55% | 0.93% | - |
| XYZ | 44.88 | 29.32 | 84.18 | - |
| YUV | 150.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 238 | 0.16 | 0.55 | 0 | 0.07 | 282.92 | 0.79 | 0.68 |
| Hex | C9 | 6C | EE | 10 | 37 | 0 | 7 | 11B | 4F | 44 |
| Octal | 311 | 154 | 356 | 20 | 67 | 0 | 7 | 433 | 117 | 104 |
| Binary | 11001001 | 1101100 | 11101110 | 10000 | 110111 | 0 | 111 | 100011011 | 1001111 | 1000100 |
Color Harmonies of #C96CEE
Complementary color
Monochromatic Colors of #C96CEE
Black with #C96CEE
Text Example
Text Example
White with #C96CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CEE; }
p { color: rgb(201,108,238); }
H1.HeaderClassName
{
color: #C96CEE;
}
.AnyTagClassName
{
color: #C96CEE;
}
</style>
background-color css
<style>
a { background-color: #C96CEE; }
a { background-color: rgb(201,108,238); }
div.DivClassName
{
background-color: #C96CEE;
}
.BgClassName
{
background-color: #C96CEE;
}
</style>
border-color css
<style>
span { border-color: #C96CEE; }
span { border-color: rgb(201,108,238); }
td.TdClassName
{
border-color: #C96CEE;
}
.TagClassName
{
border-color: #C96CEE;
}
</style>