Shades of Heliotrope #C36BEC
Tints of Heliotrope #C36BEC
RGB
CMYK
RGB Variations
Color information
#C36BEC (or 0xC36BEC) is known color: Heliotrope. HEX triplet: C3, 6B and EC. RGB value is (195,107,236). Sum of RGB (Red+Green+Blue) = 195+107+236=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #C36BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36BEC is #3C9413. Grayscale: #939393. Windows color (decimal): -3970068 or 15494083. OLE color: 15494083.
HSL color Cylindrical-coordinate representation of color #C36BEC: hue angle of 280.93º degrees, saturation: 0.77, 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 #C36BEC is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 107 | 236 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.07 |
| HSL | 280.93º | 0.77% | 0.67% | - |
| HSV(B) | 280.93º | 0.55% | 0.93% | - |
| XYZ | 42.9 | 28.17 | 82.53 | - |
| YUV | 148.02 | 177.65 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 236 | 0.17 | 0.55 | 0 | 0.07 | 280.93 | 0.77 | 0.67 |
| Hex | C3 | 6B | EC | 11 | 37 | 0 | 7 | 119 | 4D | 43 |
| Octal | 303 | 153 | 354 | 21 | 67 | 0 | 7 | 431 | 115 | 103 |
| Binary | 11000011 | 1101011 | 11101100 | 10001 | 110111 | 0 | 111 | 100011001 | 1001101 | 1000011 |
Color Harmonies of #C36BEC
Complementary color
Monochromatic Colors of #C36BEC
Black with #C36BEC
Text Example
Text Example
White with #C36BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BEC; }
p { color: rgb(195,107,236); }
H1.HeaderClassName
{
color: #C36BEC;
}
.AnyTagClassName
{
color: #C36BEC;
}
</style>
background-color css
<style>
a { background-color: #C36BEC; }
a { background-color: rgb(195,107,236); }
div.DivClassName
{
background-color: #C36BEC;
}
.BgClassName
{
background-color: #C36BEC;
}
</style>
border-color css
<style>
span { border-color: #C36BEC; }
span { border-color: rgb(195,107,236); }
td.TdClassName
{
border-color: #C36BEC;
}
.TagClassName
{
border-color: #C36BEC;
}
</style>