Shades of Heliotrope #C36BEF
Tints of Heliotrope #C36BEF
RGB
CMYK
RGB Variations
Color information
#C36BEF (or 0xC36BEF) is known color: Heliotrope. HEX triplet: C3, 6B and EF. RGB value is (195,107,239). Sum of RGB (Red+Green+Blue) = 195+107+239=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #C36BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36BEF is #3C9410. Grayscale: #939393. Windows color (decimal): -3970065 or 15690691. OLE color: 15690691.
HSL color Cylindrical-coordinate representation of color #C36BEF: hue angle of 280º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C36BEF is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 107 | 239 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.06 |
| HSL | 280º | 0.8% | 0.68% | - |
| HSV(B) | 280º | 0.55% | 0.94% | - |
| XYZ | 43.34 | 28.35 | 84.85 | - |
| YUV | 148.36 | 179.15 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 239 | 0.18 | 0.55 | 0 | 0.06 | 280 | 0.8 | 0.68 |
| Hex | C3 | 6B | EF | 12 | 37 | 0 | 6 | 118 | 50 | 44 |
| Octal | 303 | 153 | 357 | 22 | 67 | 0 | 6 | 430 | 120 | 104 |
| Binary | 11000011 | 1101011 | 11101111 | 10010 | 110111 | 0 | 110 | 100011000 | 1010000 | 1000100 |
Color Harmonies of #C36BEF
Complementary color
Monochromatic Colors of #C36BEF
Black with #C36BEF
Text Example
Text Example
White with #C36BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BEF; }
p { color: rgb(195,107,239); }
H1.HeaderClassName
{
color: #C36BEF;
}
.AnyTagClassName
{
color: #C36BEF;
}
</style>
background-color css
<style>
a { background-color: #C36BEF; }
a { background-color: rgb(195,107,239); }
div.DivClassName
{
background-color: #C36BEF;
}
.BgClassName
{
background-color: #C36BEF;
}
</style>
border-color css
<style>
span { border-color: #C36BEF; }
span { border-color: rgb(195,107,239); }
td.TdClassName
{
border-color: #C36BEF;
}
.TagClassName
{
border-color: #C36BEF;
}
</style>