Shades of Heliotrope #C473FD
Tints of Heliotrope #C473FD
RGB
CMYK
RGB Variations
Color information
#C473FD (or 0xC473FD) is known color: Heliotrope. HEX triplet: C4, 73 and FD. RGB value is (196,115,253). Sum of RGB (Red+Green+Blue) = 196+115+253=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #C473FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C473FD is #3B8C02. Grayscale: #9A9A9A. Windows color (decimal): -3902467 or 16610244. OLE color: 16610244.
HSL color Cylindrical-coordinate representation of color #C473FD: hue angle of 275.22º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C473FD is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 115 | 253 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.01 |
| HSL | 275.22º | 0.97% | 0.72% | - |
| HSV(B) | 275.22º | 0.55% | 0.99% | - |
| XYZ | 46.63 | 31.09 | 96.47 | - |
| YUV | 154.95 | 183.34 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 253 | 0.23 | 0.55 | 0 | 0.01 | 275.22 | 0.97 | 0.72 |
| Hex | C4 | 73 | FD | 17 | 37 | 0 | 1 | 113 | 61 | 48 |
| Octal | 304 | 163 | 375 | 27 | 67 | 0 | 1 | 423 | 141 | 110 |
| Binary | 11000100 | 1110011 | 11111101 | 10111 | 110111 | 0 | 1 | 100010011 | 1100001 | 1001000 |
Color Harmonies of #C473FD
Complementary color
Monochromatic Colors of #C473FD
Black with #C473FD
Text Example
Text Example
White with #C473FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473FD; }
p { color: rgb(196,115,253); }
H1.HeaderClassName
{
color: #C473FD;
}
.AnyTagClassName
{
color: #C473FD;
}
</style>
background-color css
<style>
a { background-color: #C473FD; }
a { background-color: rgb(196,115,253); }
div.DivClassName
{
background-color: #C473FD;
}
.BgClassName
{
background-color: #C473FD;
}
</style>
border-color css
<style>
span { border-color: #C473FD; }
span { border-color: rgb(196,115,253); }
td.TdClassName
{
border-color: #C473FD;
}
.TagClassName
{
border-color: #C473FD;
}
</style>