Shades of Heliotrope #C96CED
Tints of Heliotrope #C96CED
RGB
CMYK
RGB Variations
Color information
#C96CED (or 0xC96CED) is known color: Heliotrope. HEX triplet: C9, 6C and ED. RGB value is (201,108,237). Sum of RGB (Red+Green+Blue) = 201+108+237=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #C96CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96CED is #369312. Grayscale: #969696. Windows color (decimal): -3576595 or 15559881. OLE color: 15559881.
HSL color Cylindrical-coordinate representation of color #C96CED: hue angle of 283.26º 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 #C96CED is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 108 | 237 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.07 |
| HSL | 283.26º | 0.78% | 0.68% | - |
| HSV(B) | 283.26º | 0.54% | 0.93% | - |
| XYZ | 44.74 | 29.26 | 83.41 | - |
| YUV | 150.51 | 176.81 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 237 | 0.15 | 0.54 | 0 | 0.07 | 283.26 | 0.78 | 0.68 |
| Hex | C9 | 6C | ED | F | 36 | 0 | 7 | 11B | 4E | 44 |
| Octal | 311 | 154 | 355 | 17 | 66 | 0 | 7 | 433 | 116 | 104 |
| Binary | 11001001 | 1101100 | 11101101 | 1111 | 110110 | 0 | 111 | 100011011 | 1001110 | 1000100 |
Color Harmonies of #C96CED
Complementary color
Monochromatic Colors of #C96CED
Black with #C96CED
Text Example
Text Example
White with #C96CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CED; }
p { color: rgb(201,108,237); }
H1.HeaderClassName
{
color: #C96CED;
}
.AnyTagClassName
{
color: #C96CED;
}
</style>
background-color css
<style>
a { background-color: #C96CED; }
a { background-color: rgb(201,108,237); }
div.DivClassName
{
background-color: #C96CED;
}
.BgClassName
{
background-color: #C96CED;
}
</style>
border-color css
<style>
span { border-color: #C96CED; }
span { border-color: rgb(201,108,237); }
td.TdClassName
{
border-color: #C96CED;
}
.TagClassName
{
border-color: #C96CED;
}
</style>