Shades of Heliotrope #C35FFD
Tints of Heliotrope #C35FFD
RGB
CMYK
RGB Variations
Color information
#C35FFD (or 0xC35FFD) is known color: Heliotrope. HEX triplet: C3, 5F and FD. RGB value is (195,95,253). Sum of RGB (Red+Green+Blue) = 195+95+253=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #C35FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35FFD is #3CA002. Grayscale: #8E8E8E. Windows color (decimal): -3973123 or 16605123. OLE color: 16605123.
HSL color Cylindrical-coordinate representation of color #C35FFD: hue angle of 277.97º degrees, saturation: 0.98, 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 #C35FFD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 95 | 253 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.01 |
| HSL | 277.97º | 0.98% | 0.68% | - |
| HSV(B) | 277.97º | 0.62% | 0.99% | - |
| XYZ | 44.33 | 26.88 | 95.78 | - |
| YUV | 142.91 | 190.13 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 253 | 0.23 | 0.62 | 0 | 0.01 | 277.97 | 0.98 | 0.68 |
| Hex | C3 | 5F | FD | 17 | 3E | 0 | 1 | 116 | 62 | 44 |
| Octal | 303 | 137 | 375 | 27 | 76 | 0 | 1 | 426 | 142 | 104 |
| Binary | 11000011 | 1011111 | 11111101 | 10111 | 111110 | 0 | 1 | 100010110 | 1100010 | 1000100 |
Color Harmonies of #C35FFD
Complementary color
Monochromatic Colors of #C35FFD
Black with #C35FFD
Text Example
Text Example
White with #C35FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35FFD; }
p { color: rgb(195,95,253); }
H1.HeaderClassName
{
color: #C35FFD;
}
.AnyTagClassName
{
color: #C35FFD;
}
</style>
background-color css
<style>
a { background-color: #C35FFD; }
a { background-color: rgb(195,95,253); }
div.DivClassName
{
background-color: #C35FFD;
}
.BgClassName
{
background-color: #C35FFD;
}
</style>
border-color css
<style>
span { border-color: #C35FFD; }
span { border-color: rgb(195,95,253); }
td.TdClassName
{
border-color: #C35FFD;
}
.TagClassName
{
border-color: #C35FFD;
}
</style>