Shades of Heliotrope #C357FC
Tints of Heliotrope #C357FC
RGB
CMYK
RGB Variations
Color information
#C357FC (or 0xC357FC) is known color: Heliotrope. HEX triplet: C3, 57 and FC. RGB value is (195,87,252). Sum of RGB (Red+Green+Blue) = 195+87+252=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 87 (34.38% from 255 or 16.29% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #C357FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C357FC is #3CA803. Grayscale: #898989. Windows color (decimal): -3975172 or 16537539. OLE color: 16537539.
HSL color Cylindrical-coordinate representation of color #C357FC: hue angle of 279.27º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C357FC is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 87 | 252 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.01 |
| HSL | 279.27º | 0.96% | 0.66% | - |
| HSV(B) | 279.27º | 0.65% | 0.99% | - |
| XYZ | 43.48 | 25.45 | 94.72 | - |
| YUV | 138.1 | 192.28 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 252 | 0.23 | 0.65 | 0 | 0.01 | 279.27 | 0.96 | 0.66 |
| Hex | C3 | 57 | FC | 17 | 41 | 0 | 1 | 117 | 60 | 42 |
| Octal | 303 | 127 | 374 | 27 | 101 | 0 | 1 | 427 | 140 | 102 |
| Binary | 11000011 | 1010111 | 11111100 | 10111 | 1000001 | 0 | 1 | 100010111 | 1100000 | 1000010 |
Color Harmonies of #C357FC
Complementary color
Monochromatic Colors of #C357FC
Black with #C357FC
Text Example
Text Example
White with #C357FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357FC; }
p { color: rgb(195,87,252); }
H1.HeaderClassName
{
color: #C357FC;
}
.AnyTagClassName
{
color: #C357FC;
}
</style>
background-color css
<style>
a { background-color: #C357FC; }
a { background-color: rgb(195,87,252); }
div.DivClassName
{
background-color: #C357FC;
}
.BgClassName
{
background-color: #C357FC;
}
</style>
border-color css
<style>
span { border-color: #C357FC; }
span { border-color: rgb(195,87,252); }
td.TdClassName
{
border-color: #C357FC;
}
.TagClassName
{
border-color: #C357FC;
}
</style>