Shades of Heliotrope #C35CFD
Tints of Heliotrope #C35CFD
RGB
CMYK
RGB Variations
Color information
#C35CFD (or 0xC35CFD) is known color: Heliotrope. HEX triplet: C3, 5C and FD. RGB value is (195,92,253). Sum of RGB (Red+Green+Blue) = 195+92+253=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #C35CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35CFD is #3CA302. Grayscale: #8C8C8C. Windows color (decimal): -3973891 or 16604355. OLE color: 16604355.
HSL color Cylindrical-coordinate representation of color #C35CFD: hue angle of 278.39º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C35CFD is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 92 | 253 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.01 |
| HSL | 278.39º | 0.98% | 0.68% | - |
| HSV(B) | 278.39º | 0.64% | 0.99% | - |
| XYZ | 44.06 | 26.35 | 95.69 | - |
| YUV | 141.15 | 191.12 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 253 | 0.23 | 0.64 | 0 | 0.01 | 278.39 | 0.98 | 0.68 |
| Hex | C3 | 5C | FD | 17 | 40 | 0 | 1 | 116 | 62 | 44 |
| Octal | 303 | 134 | 375 | 27 | 100 | 0 | 1 | 426 | 142 | 104 |
| Binary | 11000011 | 1011100 | 11111101 | 10111 | 1000000 | 0 | 1 | 100010110 | 1100010 | 1000100 |
Color Harmonies of #C35CFD
Complementary color
Monochromatic Colors of #C35CFD
Black with #C35CFD
Text Example
Text Example
White with #C35CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35CFD; }
p { color: rgb(195,92,253); }
H1.HeaderClassName
{
color: #C35CFD;
}
.AnyTagClassName
{
color: #C35CFD;
}
</style>
background-color css
<style>
a { background-color: #C35CFD; }
a { background-color: rgb(195,92,253); }
div.DivClassName
{
background-color: #C35CFD;
}
.BgClassName
{
background-color: #C35CFD;
}
</style>
border-color css
<style>
span { border-color: #C35CFD; }
span { border-color: rgb(195,92,253); }
td.TdClassName
{
border-color: #C35CFD;
}
.TagClassName
{
border-color: #C35CFD;
}
</style>