Shades of Heliotrope #C36DFC
Tints of Heliotrope #C36DFC
RGB
CMYK
RGB Variations
Color information
#C36DFC (or 0xC36DFC) is known color: Heliotrope. HEX triplet: C3, 6D and FC. RGB value is (195,109,252). Sum of RGB (Red+Green+Blue) = 195+109+252=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #C36DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36DFC is #3C9203. Grayscale: #969696. Windows color (decimal): -3969540 or 16543171. OLE color: 16543171.
HSL color Cylindrical-coordinate representation of color #C36DFC: hue angle of 276.08º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C36DFC is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 109 | 252 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.01 |
| HSL | 276.08º | 0.96% | 0.71% | - |
| HSV(B) | 276.08º | 0.57% | 0.99% | - |
| XYZ | 45.55 | 29.57 | 95.4 | - |
| YUV | 151.02 | 184.99 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 252 | 0.23 | 0.57 | 0 | 0.01 | 276.08 | 0.96 | 0.71 |
| Hex | C3 | 6D | FC | 17 | 39 | 0 | 1 | 114 | 60 | 47 |
| Octal | 303 | 155 | 374 | 27 | 71 | 0 | 1 | 424 | 140 | 107 |
| Binary | 11000011 | 1101101 | 11111100 | 10111 | 111001 | 0 | 1 | 100010100 | 1100000 | 1000111 |
Color Harmonies of #C36DFC
Complementary color
Monochromatic Colors of #C36DFC
Black with #C36DFC
Text Example
Text Example
White with #C36DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DFC; }
p { color: rgb(195,109,252); }
H1.HeaderClassName
{
color: #C36DFC;
}
.AnyTagClassName
{
color: #C36DFC;
}
</style>
background-color css
<style>
a { background-color: #C36DFC; }
a { background-color: rgb(195,109,252); }
div.DivClassName
{
background-color: #C36DFC;
}
.BgClassName
{
background-color: #C36DFC;
}
</style>
border-color css
<style>
span { border-color: #C36DFC; }
span { border-color: rgb(195,109,252); }
td.TdClassName
{
border-color: #C36DFC;
}
.TagClassName
{
border-color: #C36DFC;
}
</style>