Shades of Heliotrope #C358FC
Tints of Heliotrope #C358FC
RGB
CMYK
RGB Variations
Color information
#C358FC (or 0xC358FC) is known color: Heliotrope. HEX triplet: C3, 58 and FC. RGB value is (195,88,252). Sum of RGB (Red+Green+Blue) = 195+88+252=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #C358FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C358FC is #3CA703. Grayscale: #8A8A8A. Windows color (decimal): -3974916 or 16537795. OLE color: 16537795.
HSL color Cylindrical-coordinate representation of color #C358FC: hue angle of 279.15º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C358FC is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 88 | 252 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.01 |
| HSL | 279.15º | 0.96% | 0.67% | - |
| HSV(B) | 279.15º | 0.65% | 0.99% | - |
| XYZ | 43.57 | 25.61 | 94.74 | - |
| YUV | 138.69 | 191.95 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 252 | 0.23 | 0.65 | 0 | 0.01 | 279.15 | 0.96 | 0.67 |
| Hex | C3 | 58 | FC | 17 | 41 | 0 | 1 | 117 | 60 | 43 |
| Octal | 303 | 130 | 374 | 27 | 101 | 0 | 1 | 427 | 140 | 103 |
| Binary | 11000011 | 1011000 | 11111100 | 10111 | 1000001 | 0 | 1 | 100010111 | 1100000 | 1000011 |
Color Harmonies of #C358FC
Complementary color
Monochromatic Colors of #C358FC
Black with #C358FC
Text Example
Text Example
White with #C358FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358FC; }
p { color: rgb(195,88,252); }
H1.HeaderClassName
{
color: #C358FC;
}
.AnyTagClassName
{
color: #C358FC;
}
</style>
background-color css
<style>
a { background-color: #C358FC; }
a { background-color: rgb(195,88,252); }
div.DivClassName
{
background-color: #C358FC;
}
.BgClassName
{
background-color: #C358FC;
}
</style>
border-color css
<style>
span { border-color: #C358FC; }
span { border-color: rgb(195,88,252); }
td.TdClassName
{
border-color: #C358FC;
}
.TagClassName
{
border-color: #C358FC;
}
</style>