Shades of Heliotrope #C96AED
Tints of Heliotrope #C96AED
RGB
CMYK
RGB Variations
Color information
#C96AED (or 0xC96AED) is known color: Heliotrope. HEX triplet: C9, 6A and ED. RGB value is (201,106,237). Sum of RGB (Red+Green+Blue) = 201+106+237=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #C96AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AED is #369512. Grayscale: #949494. Windows color (decimal): -3577107 or 15559369. OLE color: 15559369.
HSL color Cylindrical-coordinate representation of color #C96AED: hue angle of 283.51º degrees, saturation: 0.78, 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 #C96AED is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 106 | 237 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.07 |
| HSL | 283.51º | 0.78% | 0.67% | - |
| HSV(B) | 283.51º | 0.55% | 0.93% | - |
| XYZ | 44.53 | 28.84 | 83.34 | - |
| YUV | 149.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 237 | 0.15 | 0.55 | 0 | 0.07 | 283.51 | 0.78 | 0.67 |
| Hex | C9 | 6A | ED | F | 37 | 0 | 7 | 11C | 4E | 43 |
| Octal | 311 | 152 | 355 | 17 | 67 | 0 | 7 | 434 | 116 | 103 |
| Binary | 11001001 | 1101010 | 11101101 | 1111 | 110111 | 0 | 111 | 100011100 | 1001110 | 1000011 |
Color Harmonies of #C96AED
Complementary color
Monochromatic Colors of #C96AED
Black with #C96AED
Text Example
Text Example
White with #C96AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96AED; }
p { color: rgb(201,106,237); }
H1.HeaderClassName
{
color: #C96AED;
}
.AnyTagClassName
{
color: #C96AED;
}
</style>
background-color css
<style>
a { background-color: #C96AED; }
a { background-color: rgb(201,106,237); }
div.DivClassName
{
background-color: #C96AED;
}
.BgClassName
{
background-color: #C96AED;
}
</style>
border-color css
<style>
span { border-color: #C96AED; }
span { border-color: rgb(201,106,237); }
td.TdClassName
{
border-color: #C96AED;
}
.TagClassName
{
border-color: #C96AED;
}
</style>