Shades of Heliotrope #C36EFC
Tints of Heliotrope #C36EFC
RGB
CMYK
RGB Variations
Color information
#C36EFC (or 0xC36EFC) is known color: Heliotrope. HEX triplet: C3, 6E and FC. RGB value is (195,110,252). Sum of RGB (Red+Green+Blue) = 195+110+252=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #C36EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36EFC is #3C9103. Grayscale: #979797. Windows color (decimal): -3969284 or 16543427. OLE color: 16543427.
HSL color Cylindrical-coordinate representation of color #C36EFC: hue angle of 275.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36EFC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 110 | 252 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.01 |
| HSL | 275.92º | 0.96% | 0.71% | - |
| HSV(B) | 275.92º | 0.56% | 0.99% | - |
| XYZ | 45.65 | 29.78 | 95.44 | - |
| YUV | 151.6 | 184.66 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 252 | 0.23 | 0.56 | 0 | 0.01 | 275.92 | 0.96 | 0.71 |
| Hex | C3 | 6E | FC | 17 | 38 | 0 | 1 | 114 | 60 | 47 |
| Octal | 303 | 156 | 374 | 27 | 70 | 0 | 1 | 424 | 140 | 107 |
| Binary | 11000011 | 1101110 | 11111100 | 10111 | 111000 | 0 | 1 | 100010100 | 1100000 | 1000111 |
Color Harmonies of #C36EFC
Complementary color
Monochromatic Colors of #C36EFC
Black with #C36EFC
Text Example
Text Example
White with #C36EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EFC; }
p { color: rgb(195,110,252); }
H1.HeaderClassName
{
color: #C36EFC;
}
.AnyTagClassName
{
color: #C36EFC;
}
</style>
background-color css
<style>
a { background-color: #C36EFC; }
a { background-color: rgb(195,110,252); }
div.DivClassName
{
background-color: #C36EFC;
}
.BgClassName
{
background-color: #C36EFC;
}
</style>
border-color css
<style>
span { border-color: #C36EFC; }
span { border-color: rgb(195,110,252); }
td.TdClassName
{
border-color: #C36EFC;
}
.TagClassName
{
border-color: #C36EFC;
}
</style>