Shades of Heliotrope #C473EE
Tints of Heliotrope #C473EE
RGB
CMYK
RGB Variations
Color information
#C473EE (or 0xC473EE) is known color: Heliotrope. HEX triplet: C4, 73 and EE. RGB value is (196,115,238). Sum of RGB (Red+Green+Blue) = 196+115+238=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #C473EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C473EE is #3B8C11. Grayscale: #989898. Windows color (decimal): -3902482 or 15627204. OLE color: 15627204.
HSL color Cylindrical-coordinate representation of color #C473EE: hue angle of 279.51º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C473EE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 115 | 238 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.07 |
| HSL | 279.51º | 0.78% | 0.69% | - |
| HSV(B) | 279.51º | 0.52% | 0.93% | - |
| XYZ | 44.33 | 30.17 | 84.38 | - |
| YUV | 153.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 238 | 0.18 | 0.52 | 0 | 0.07 | 279.51 | 0.78 | 0.69 |
| Hex | C4 | 73 | EE | 12 | 34 | 0 | 7 | 118 | 4E | 45 |
| Octal | 304 | 163 | 356 | 22 | 64 | 0 | 7 | 430 | 116 | 105 |
| Binary | 11000100 | 1110011 | 11101110 | 10010 | 110100 | 0 | 111 | 100011000 | 1001110 | 1000101 |
Color Harmonies of #C473EE
Complementary color
Monochromatic Colors of #C473EE
Black with #C473EE
Text Example
Text Example
White with #C473EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473EE; }
p { color: rgb(196,115,238); }
H1.HeaderClassName
{
color: #C473EE;
}
.AnyTagClassName
{
color: #C473EE;
}
</style>
background-color css
<style>
a { background-color: #C473EE; }
a { background-color: rgb(196,115,238); }
div.DivClassName
{
background-color: #C473EE;
}
.BgClassName
{
background-color: #C473EE;
}
</style>
border-color css
<style>
span { border-color: #C473EE; }
span { border-color: rgb(196,115,238); }
td.TdClassName
{
border-color: #C473EE;
}
.TagClassName
{
border-color: #C473EE;
}
</style>