Shades of Heliotrope #C36EED
Tints of Heliotrope #C36EED
RGB
CMYK
RGB Variations
Color information
#C36EED (or 0xC36EED) is known color: Heliotrope. HEX triplet: C3, 6E and ED. RGB value is (195,110,237). Sum of RGB (Red+Green+Blue) = 195+110+237=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #C36EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36EED is #3C9112. Grayscale: #959595. Windows color (decimal): -3969299 or 15560387. OLE color: 15560387.
HSL color Cylindrical-coordinate representation of color #C36EED: hue angle of 280.16º 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 #C36EED is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 110 | 237 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.07 |
| HSL | 280.16º | 0.78% | 0.68% | - |
| HSV(B) | 280.16º | 0.54% | 0.93% | - |
| XYZ | 43.37 | 28.87 | 83.41 | - |
| YUV | 149.89 | 177.16 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 237 | 0.18 | 0.54 | 0 | 0.07 | 280.16 | 0.78 | 0.68 |
| Hex | C3 | 6E | ED | 12 | 36 | 0 | 7 | 118 | 4E | 44 |
| Octal | 303 | 156 | 355 | 22 | 66 | 0 | 7 | 430 | 116 | 104 |
| Binary | 11000011 | 1101110 | 11101101 | 10010 | 110110 | 0 | 111 | 100011000 | 1001110 | 1000100 |
Color Harmonies of #C36EED
Complementary color
Monochromatic Colors of #C36EED
Black with #C36EED
Text Example
Text Example
White with #C36EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EED; }
p { color: rgb(195,110,237); }
H1.HeaderClassName
{
color: #C36EED;
}
.AnyTagClassName
{
color: #C36EED;
}
</style>
background-color css
<style>
a { background-color: #C36EED; }
a { background-color: rgb(195,110,237); }
div.DivClassName
{
background-color: #C36EED;
}
.BgClassName
{
background-color: #C36EED;
}
</style>
border-color css
<style>
span { border-color: #C36EED; }
span { border-color: rgb(195,110,237); }
td.TdClassName
{
border-color: #C36EED;
}
.TagClassName
{
border-color: #C36EED;
}
</style>