Shades of Heliotrope #C35EFF
Tints of Heliotrope #C35EFF
RGB
CMYK
RGB Variations
Color information
#C35EFF (or 0xC35EFF) is known color: Heliotrope. HEX triplet: C3, 5E and FF. RGB value is (195,94,255). Sum of RGB (Red+Green+Blue) = 195+94+255=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #C35EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35EFF is #3CA100. Grayscale: #8E8E8E. Windows color (decimal): -3973377 or 16735939. OLE color: 16735939.
HSL color Cylindrical-coordinate representation of color #C35EFF: hue angle of 277.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C35EFF is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 94 | 255 | - |
| CMYK | 0.24 | 0.63 | 0 | 0 |
| HSL | 277.64º | 1% | 0.68% | - |
| HSV(B) | 277.64º | 0.63% | 1% | - |
| XYZ | 44.56 | 26.83 | 97.44 | - |
| YUV | 142.55 | 191.46 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 255 | 0.24 | 0.63 | 0 | 0 | 277.64 | 1 | 0.68 |
| Hex | C3 | 5E | FF | 18 | 3F | 0 | 0 | 116 | 64 | 44 |
| Octal | 303 | 136 | 377 | 30 | 77 | 0 | 0 | 426 | 144 | 104 |
| Binary | 11000011 | 1011110 | 11111111 | 11000 | 111111 | 0 | 0 | 100010110 | 1100100 | 1000100 |
Color Harmonies of #C35EFF
Complementary color
Monochromatic Colors of #C35EFF
Black with #C35EFF
Text Example
Text Example
White with #C35EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35EFF; }
p { color: rgb(195,94,255); }
H1.HeaderClassName
{
color: #C35EFF;
}
.AnyTagClassName
{
color: #C35EFF;
}
</style>
background-color css
<style>
a { background-color: #C35EFF; }
a { background-color: rgb(195,94,255); }
div.DivClassName
{
background-color: #C35EFF;
}
.BgClassName
{
background-color: #C35EFF;
}
</style>
border-color css
<style>
span { border-color: #C35EFF; }
span { border-color: rgb(195,94,255); }
td.TdClassName
{
border-color: #C35EFF;
}
.TagClassName
{
border-color: #C35EFF;
}
</style>