Shades of Heliotrope #C35CFF
Tints of Heliotrope #C35CFF
RGB
CMYK
RGB Variations
Color information
#C35CFF (or 0xC35CFF) is known color: Heliotrope. HEX triplet: C3, 5C and FF. RGB value is (195,92,255). Sum of RGB (Red+Green+Blue) = 195+92+255=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #C35CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35CFF is #3CA300. Grayscale: #8C8C8C. Windows color (decimal): -3973889 or 16735427. OLE color: 16735427.
HSL color Cylindrical-coordinate representation of color #C35CFF: hue angle of 277.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C35CFF is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 92 | 255 | - |
| CMYK | 0.24 | 0.64 | 0 | 0 |
| HSL | 277.91º | 1% | 0.68% | - |
| HSV(B) | 277.91º | 0.64% | 1% | - |
| XYZ | 44.38 | 26.48 | 97.38 | - |
| YUV | 141.38 | 192.12 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 255 | 0.24 | 0.64 | 0 | 0 | 277.91 | 1 | 0.68 |
| Hex | C3 | 5C | FF | 18 | 40 | 0 | 0 | 116 | 64 | 44 |
| Octal | 303 | 134 | 377 | 30 | 100 | 0 | 0 | 426 | 144 | 104 |
| Binary | 11000011 | 1011100 | 11111111 | 11000 | 1000000 | 0 | 0 | 100010110 | 1100100 | 1000100 |
Color Harmonies of #C35CFF
Complementary color
Monochromatic Colors of #C35CFF
Black with #C35CFF
Text Example
Text Example
White with #C35CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35CFF; }
p { color: rgb(195,92,255); }
H1.HeaderClassName
{
color: #C35CFF;
}
.AnyTagClassName
{
color: #C35CFF;
}
</style>
background-color css
<style>
a { background-color: #C35CFF; }
a { background-color: rgb(195,92,255); }
div.DivClassName
{
background-color: #C35CFF;
}
.BgClassName
{
background-color: #C35CFF;
}
</style>
border-color css
<style>
span { border-color: #C35CFF; }
span { border-color: rgb(195,92,255); }
td.TdClassName
{
border-color: #C35CFF;
}
.TagClassName
{
border-color: #C35CFF;
}
</style>