Shades of Heliotrope #C36DEE
Tints of Heliotrope #C36DEE
RGB
CMYK
RGB Variations
Color information
#C36DEE (or 0xC36DEE) is known color: Heliotrope. HEX triplet: C3, 6D and EE. RGB value is (195,109,238). Sum of RGB (Red+Green+Blue) = 195+109+238=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #C36DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36DEE is #3C9211. Grayscale: #949494. Windows color (decimal): -3969554 or 15625667. OLE color: 15625667.
HSL color Cylindrical-coordinate representation of color #C36DEE: hue angle of 280º degrees, saturation: 0.79, 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 #C36DEE is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 109 | 238 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.07 |
| HSL | 280º | 0.79% | 0.68% | - |
| HSV(B) | 280º | 0.54% | 0.93% | - |
| XYZ | 43.41 | 28.71 | 84.14 | - |
| YUV | 149.42 | 177.99 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 238 | 0.18 | 0.54 | 0 | 0.07 | 280 | 0.79 | 0.68 |
| Hex | C3 | 6D | EE | 12 | 36 | 0 | 7 | 118 | 4F | 44 |
| Octal | 303 | 155 | 356 | 22 | 66 | 0 | 7 | 430 | 117 | 104 |
| Binary | 11000011 | 1101101 | 11101110 | 10010 | 110110 | 0 | 111 | 100011000 | 1001111 | 1000100 |
Color Harmonies of #C36DEE
Complementary color
Monochromatic Colors of #C36DEE
Black with #C36DEE
Text Example
Text Example
White with #C36DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DEE; }
p { color: rgb(195,109,238); }
H1.HeaderClassName
{
color: #C36DEE;
}
.AnyTagClassName
{
color: #C36DEE;
}
</style>
background-color css
<style>
a { background-color: #C36DEE; }
a { background-color: rgb(195,109,238); }
div.DivClassName
{
background-color: #C36DEE;
}
.BgClassName
{
background-color: #C36DEE;
}
</style>
border-color css
<style>
span { border-color: #C36DEE; }
span { border-color: rgb(195,109,238); }
td.TdClassName
{
border-color: #C36DEE;
}
.TagClassName
{
border-color: #C36DEE;
}
</style>