Shades of Heliotrope #C457FD
Tints of Heliotrope #C457FD
RGB
CMYK
RGB Variations
Color information
#C457FD (or 0xC457FD) is known color: Heliotrope. HEX triplet: C4, 57 and FD. RGB value is (196,87,253). Sum of RGB (Red+Green+Blue) = 196+87+253=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 87 (34.38% from 255 or 16.23% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #C457FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C457FD is #3BA802. Grayscale: #898989. Windows color (decimal): -3909635 or 16603076. OLE color: 16603076.
HSL color Cylindrical-coordinate representation of color #C457FD: hue angle of 279.4º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C457FD is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 87 | 253 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.01 |
| HSL | 279.4º | 0.98% | 0.67% | - |
| HSV(B) | 279.4º | 0.66% | 0.99% | - |
| XYZ | 43.9 | 25.64 | 95.56 | - |
| YUV | 138.52 | 192.61 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 253 | 0.23 | 0.66 | 0 | 0.01 | 279.4 | 0.98 | 0.67 |
| Hex | C4 | 57 | FD | 17 | 42 | 0 | 1 | 117 | 62 | 43 |
| Octal | 304 | 127 | 375 | 27 | 102 | 0 | 1 | 427 | 142 | 103 |
| Binary | 11000100 | 1010111 | 11111101 | 10111 | 1000010 | 0 | 1 | 100010111 | 1100010 | 1000011 |
Color Harmonies of #C457FD
Complementary color
Monochromatic Colors of #C457FD
Black with #C457FD
Text Example
Text Example
White with #C457FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C457FD; }
p { color: rgb(196,87,253); }
H1.HeaderClassName
{
color: #C457FD;
}
.AnyTagClassName
{
color: #C457FD;
}
</style>
background-color css
<style>
a { background-color: #C457FD; }
a { background-color: rgb(196,87,253); }
div.DivClassName
{
background-color: #C457FD;
}
.BgClassName
{
background-color: #C457FD;
}
</style>
border-color css
<style>
span { border-color: #C457FD; }
span { border-color: rgb(196,87,253); }
td.TdClassName
{
border-color: #C457FD;
}
.TagClassName
{
border-color: #C457FD;
}
</style>