Shades of Heliotrope #C36FFF
Tints of Heliotrope #C36FFF
RGB
CMYK
RGB Variations
Color information
#C36FFF (or 0xC36FFF) is known color: Heliotrope. HEX triplet: C3, 6F and FF. RGB value is (195,111,255). Sum of RGB (Red+Green+Blue) = 195+111+255=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #C36FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36FFF is #3C9000. Grayscale: #989898. Windows color (decimal): -3969025 or 16740291. OLE color: 16740291.
HSL color Cylindrical-coordinate representation of color #C36FFF: hue angle of 275º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36FFF is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 111 | 255 | - |
| CMYK | 0.24 | 0.56 | 0 | 0 |
| HSL | 275º | 1% | 0.72% | - |
| HSV(B) | 275º | 0.56% | 1% | - |
| XYZ | 46.24 | 30.19 | 98 | - |
| YUV | 152.53 | 185.83 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 255 | 0.24 | 0.56 | 0 | 0 | 275 | 1 | 0.72 |
| Hex | C3 | 6F | FF | 18 | 38 | 0 | 0 | 113 | 64 | 48 |
| Octal | 303 | 157 | 377 | 30 | 70 | 0 | 0 | 423 | 144 | 110 |
| Binary | 11000011 | 1101111 | 11111111 | 11000 | 111000 | 0 | 0 | 100010011 | 1100100 | 1001000 |
Color Harmonies of #C36FFF
Complementary color
Monochromatic Colors of #C36FFF
Black with #C36FFF
Text Example
Text Example
White with #C36FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FFF; }
p { color: rgb(195,111,255); }
H1.HeaderClassName
{
color: #C36FFF;
}
.AnyTagClassName
{
color: #C36FFF;
}
</style>
background-color css
<style>
a { background-color: #C36FFF; }
a { background-color: rgb(195,111,255); }
div.DivClassName
{
background-color: #C36FFF;
}
.BgClassName
{
background-color: #C36FFF;
}
</style>
border-color css
<style>
span { border-color: #C36FFF; }
span { border-color: rgb(195,111,255); }
td.TdClassName
{
border-color: #C36FFF;
}
.TagClassName
{
border-color: #C36FFF;
}
</style>