Shades of Heliotrope #C35FFC
Tints of Heliotrope #C35FFC
RGB
CMYK
RGB Variations
Color information
#C35FFC (or 0xC35FFC) is known color: Heliotrope. HEX triplet: C3, 5F and FC. RGB value is (195,95,252). Sum of RGB (Red+Green+Blue) = 195+95+252=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 95 (37.5% from 255 or 17.53% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #C35FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35FFC is #3CA003. Grayscale: #8E8E8E. Windows color (decimal): -3973124 or 16539587. OLE color: 16539587.
HSL color Cylindrical-coordinate representation of color #C35FFC: hue angle of 278.22º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C35FFC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 95 | 252 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.01 |
| HSL | 278.22º | 0.96% | 0.68% | - |
| HSV(B) | 278.22º | 0.62% | 0.99% | - |
| XYZ | 44.17 | 26.81 | 94.94 | - |
| YUV | 142.8 | 189.63 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 252 | 0.23 | 0.62 | 0 | 0.01 | 278.22 | 0.96 | 0.68 |
| Hex | C3 | 5F | FC | 17 | 3E | 0 | 1 | 116 | 60 | 44 |
| Octal | 303 | 137 | 374 | 27 | 76 | 0 | 1 | 426 | 140 | 104 |
| Binary | 11000011 | 1011111 | 11111100 | 10111 | 111110 | 0 | 1 | 100010110 | 1100000 | 1000100 |
Color Harmonies of #C35FFC
Complementary color
Monochromatic Colors of #C35FFC
Black with #C35FFC
Text Example
Text Example
White with #C35FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35FFC; }
p { color: rgb(195,95,252); }
H1.HeaderClassName
{
color: #C35FFC;
}
.AnyTagClassName
{
color: #C35FFC;
}
</style>
background-color css
<style>
a { background-color: #C35FFC; }
a { background-color: rgb(195,95,252); }
div.DivClassName
{
background-color: #C35FFC;
}
.BgClassName
{
background-color: #C35FFC;
}
</style>
border-color css
<style>
span { border-color: #C35FFC; }
span { border-color: rgb(195,95,252); }
td.TdClassName
{
border-color: #C35FFC;
}
.TagClassName
{
border-color: #C35FFC;
}
</style>