Shades of Heliotrope #C359FA
Tints of Heliotrope #C359FA
RGB
CMYK
RGB Variations
Color information
#C359FA (or 0xC359FA) is known color: Heliotrope. HEX triplet: C3, 59 and FA. RGB value is (195,89,250). Sum of RGB (Red+Green+Blue) = 195+89+250=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #C359FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C359FA is #3CA605. Grayscale: #8A8A8A. Windows color (decimal): -3974662 or 16406979. OLE color: 16406979.
HSL color Cylindrical-coordinate representation of color #C359FA: hue angle of 279.5º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C359FA is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 89 | 250 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.02 |
| HSL | 279.5º | 0.94% | 0.66% | - |
| HSV(B) | 279.5º | 0.64% | 0.98% | - |
| XYZ | 43.33 | 25.65 | 93.11 | - |
| YUV | 139.05 | 190.62 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 250 | 0.22 | 0.64 | 0 | 0.02 | 279.5 | 0.94 | 0.66 |
| Hex | C3 | 59 | FA | 16 | 40 | 0 | 2 | 118 | 5E | 42 |
| Octal | 303 | 131 | 372 | 26 | 100 | 0 | 2 | 430 | 136 | 102 |
| Binary | 11000011 | 1011001 | 11111010 | 10110 | 1000000 | 0 | 10 | 100011000 | 1011110 | 1000010 |
Color Harmonies of #C359FA
Complementary color
Monochromatic Colors of #C359FA
Black with #C359FA
Text Example
Text Example
White with #C359FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359FA; }
p { color: rgb(195,89,250); }
H1.HeaderClassName
{
color: #C359FA;
}
.AnyTagClassName
{
color: #C359FA;
}
</style>
background-color css
<style>
a { background-color: #C359FA; }
a { background-color: rgb(195,89,250); }
div.DivClassName
{
background-color: #C359FA;
}
.BgClassName
{
background-color: #C359FA;
}
</style>
border-color css
<style>
span { border-color: #C359FA; }
span { border-color: rgb(195,89,250); }
td.TdClassName
{
border-color: #C359FA;
}
.TagClassName
{
border-color: #C359FA;
}
</style>