Shades of Heliotrope #C36BEE
Tints of Heliotrope #C36BEE
RGB
CMYK
RGB Variations
Color information
#C36BEE (or 0xC36BEE) is known color: Heliotrope. HEX triplet: C3, 6B and EE. RGB value is (195,107,238). Sum of RGB (Red+Green+Blue) = 195+107+238=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #C36BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36BEE is #3C9411. Grayscale: #939393. Windows color (decimal): -3970066 or 15625155. OLE color: 15625155.
HSL color Cylindrical-coordinate representation of color #C36BEE: hue angle of 280.31º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C36BEE is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 107 | 238 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.07 |
| HSL | 280.31º | 0.79% | 0.68% | - |
| HSV(B) | 280.31º | 0.55% | 0.93% | - |
| XYZ | 43.2 | 28.29 | 84.07 | - |
| YUV | 148.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 238 | 0.18 | 0.55 | 0 | 0.07 | 280.31 | 0.79 | 0.68 |
| Hex | C3 | 6B | EE | 12 | 37 | 0 | 7 | 118 | 4F | 44 |
| Octal | 303 | 153 | 356 | 22 | 67 | 0 | 7 | 430 | 117 | 104 |
| Binary | 11000011 | 1101011 | 11101110 | 10010 | 110111 | 0 | 111 | 100011000 | 1001111 | 1000100 |
Color Harmonies of #C36BEE
Complementary color
Monochromatic Colors of #C36BEE
Black with #C36BEE
Text Example
Text Example
White with #C36BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BEE; }
p { color: rgb(195,107,238); }
H1.HeaderClassName
{
color: #C36BEE;
}
.AnyTagClassName
{
color: #C36BEE;
}
</style>
background-color css
<style>
a { background-color: #C36BEE; }
a { background-color: rgb(195,107,238); }
div.DivClassName
{
background-color: #C36BEE;
}
.BgClassName
{
background-color: #C36BEE;
}
</style>
border-color css
<style>
span { border-color: #C36BEE; }
span { border-color: rgb(195,107,238); }
td.TdClassName
{
border-color: #C36BEE;
}
.TagClassName
{
border-color: #C36BEE;
}
</style>