Shades of Heliotrope #C35AFF
Tints of Heliotrope #C35AFF
RGB
CMYK
RGB Variations
Color information
#C35AFF (or 0xC35AFF) is known color: Heliotrope. HEX triplet: C3, 5A and FF. RGB value is (195,90,255). Sum of RGB (Red+Green+Blue) = 195+90+255=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #C35AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35AFF is #3CA500. Grayscale: #8B8B8B. Windows color (decimal): -3974401 or 16734915. OLE color: 16734915.
HSL color Cylindrical-coordinate representation of color #C35AFF: hue angle of 278.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C35AFF is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 90 | 255 | - |
| CMYK | 0.24 | 0.65 | 0 | 0 |
| HSL | 278.18º | 1% | 0.68% | - |
| HSV(B) | 278.18º | 0.65% | 1% | - |
| XYZ | 44.21 | 26.13 | 97.32 | - |
| YUV | 140.21 | 192.79 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 255 | 0.24 | 0.65 | 0 | 0 | 278.18 | 1 | 0.68 |
| Hex | C3 | 5A | FF | 18 | 41 | 0 | 0 | 116 | 64 | 44 |
| Octal | 303 | 132 | 377 | 30 | 101 | 0 | 0 | 426 | 144 | 104 |
| Binary | 11000011 | 1011010 | 11111111 | 11000 | 1000001 | 0 | 0 | 100010110 | 1100100 | 1000100 |
Color Harmonies of #C35AFF
Complementary color
Monochromatic Colors of #C35AFF
Black with #C35AFF
Text Example
Text Example
White with #C35AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35AFF; }
p { color: rgb(195,90,255); }
H1.HeaderClassName
{
color: #C35AFF;
}
.AnyTagClassName
{
color: #C35AFF;
}
</style>
background-color css
<style>
a { background-color: #C35AFF; }
a { background-color: rgb(195,90,255); }
div.DivClassName
{
background-color: #C35AFF;
}
.BgClassName
{
background-color: #C35AFF;
}
</style>
border-color css
<style>
span { border-color: #C35AFF; }
span { border-color: rgb(195,90,255); }
td.TdClassName
{
border-color: #C35AFF;
}
.TagClassName
{
border-color: #C35AFF;
}
</style>