Shades of Heliotrope #C36EFF
Tints of Heliotrope #C36EFF
RGB
CMYK
RGB Variations
Color information
#C36EFF (or 0xC36EFF) is known color: Heliotrope. HEX triplet: C3, 6E and FF. RGB value is (195,110,255). Sum of RGB (Red+Green+Blue) = 195+110+255=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #C36EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36EFF is #3C9100. Grayscale: #979797. Windows color (decimal): -3969281 or 16740035. OLE color: 16740035.
HSL color Cylindrical-coordinate representation of color #C36EFF: hue angle of 275.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C36EFF is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 110 | 255 | - |
| CMYK | 0.24 | 0.57 | 0 | 0 |
| HSL | 275.17º | 1% | 0.72% | - |
| HSV(B) | 275.17º | 0.57% | 1% | - |
| XYZ | 46.13 | 29.97 | 97.96 | - |
| YUV | 151.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 255 | 0.24 | 0.57 | 0 | 0 | 275.17 | 1 | 0.72 |
| Hex | C3 | 6E | FF | 18 | 39 | 0 | 0 | 113 | 64 | 48 |
| Octal | 303 | 156 | 377 | 30 | 71 | 0 | 0 | 423 | 144 | 110 |
| Binary | 11000011 | 1101110 | 11111111 | 11000 | 111001 | 0 | 0 | 100010011 | 1100100 | 1001000 |
Color Harmonies of #C36EFF
Complementary color
Monochromatic Colors of #C36EFF
Black with #C36EFF
Text Example
Text Example
White with #C36EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EFF; }
p { color: rgb(195,110,255); }
H1.HeaderClassName
{
color: #C36EFF;
}
.AnyTagClassName
{
color: #C36EFF;
}
</style>
background-color css
<style>
a { background-color: #C36EFF; }
a { background-color: rgb(195,110,255); }
div.DivClassName
{
background-color: #C36EFF;
}
.BgClassName
{
background-color: #C36EFF;
}
</style>
border-color css
<style>
span { border-color: #C36EFF; }
span { border-color: rgb(195,110,255); }
td.TdClassName
{
border-color: #C36EFF;
}
.TagClassName
{
border-color: #C36EFF;
}
</style>