Shades of Heliotrope #C458FD
Tints of Heliotrope #C458FD
RGB
CMYK
RGB Variations
Color information
#C458FD (or 0xC458FD) is known color: Heliotrope. HEX triplet: C4, 58 and FD. RGB value is (196,88,253). Sum of RGB (Red+Green+Blue) = 196+88+253=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #C458FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C458FD is #3BA702. Grayscale: #8A8A8A. Windows color (decimal): -3909379 or 16603332. OLE color: 16603332.
HSL color Cylindrical-coordinate representation of color #C458FD: hue angle of 279.27º degrees, saturation: 0.98, 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 #C458FD is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 88 | 253 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.01 |
| HSL | 279.27º | 0.98% | 0.67% | - |
| HSV(B) | 279.27º | 0.65% | 0.99% | - |
| XYZ | 43.98 | 25.81 | 95.59 | - |
| YUV | 139.1 | 192.28 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 253 | 0.23 | 0.65 | 0 | 0.01 | 279.27 | 0.98 | 0.67 |
| Hex | C4 | 58 | FD | 17 | 41 | 0 | 1 | 117 | 62 | 43 |
| Octal | 304 | 130 | 375 | 27 | 101 | 0 | 1 | 427 | 142 | 103 |
| Binary | 11000100 | 1011000 | 11111101 | 10111 | 1000001 | 0 | 1 | 100010111 | 1100010 | 1000011 |
Color Harmonies of #C458FD
Complementary color
Monochromatic Colors of #C458FD
Black with #C458FD
Text Example
Text Example
White with #C458FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458FD; }
p { color: rgb(196,88,253); }
H1.HeaderClassName
{
color: #C458FD;
}
.AnyTagClassName
{
color: #C458FD;
}
</style>
background-color css
<style>
a { background-color: #C458FD; }
a { background-color: rgb(196,88,253); }
div.DivClassName
{
background-color: #C458FD;
}
.BgClassName
{
background-color: #C458FD;
}
</style>
border-color css
<style>
span { border-color: #C458FD; }
span { border-color: rgb(196,88,253); }
td.TdClassName
{
border-color: #C458FD;
}
.TagClassName
{
border-color: #C458FD;
}
</style>