Shades of Medium Orchid #C473E0
Tints of Medium Orchid #C473E0
RGB
CMYK
RGB Variations
Color information
#C473E0 (or 0xC473E0) is known color: Medium Orchid. HEX triplet: C4, 73 and E0. RGB value is (196,115,224). Sum of RGB (Red+Green+Blue) = 196+115+224=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #C473E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473E0 is #3B8C1F. Grayscale: #979797. Windows color (decimal): -3902496 or 14709700. OLE color: 14709700.
HSL color Cylindrical-coordinate representation of color #C473E0: hue angle of 284.59º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C473E0 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 115 | 224 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.12 |
| HSL | 284.59º | 0.64% | 0.66% | - |
| HSV(B) | 284.59º | 0.49% | 0.88% | - |
| XYZ | 42.35 | 29.38 | 73.96 | - |
| YUV | 151.65 | 168.84 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 224 | 0.12 | 0.49 | 0 | 0.12 | 284.59 | 0.64 | 0.66 |
| Hex | C4 | 73 | E0 | C | 31 | 0 | C | 11D | 40 | 42 |
| Octal | 304 | 163 | 340 | 14 | 61 | 0 | 14 | 435 | 100 | 102 |
| Binary | 11000100 | 1110011 | 11100000 | 1100 | 110001 | 0 | 1100 | 100011101 | 1000000 | 1000010 |
Color Harmonies of #C473E0
Complementary color
Monochromatic Colors of #C473E0
Black with #C473E0
Text Example
Text Example
White with #C473E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473E0; }
p { color: rgb(196,115,224); }
H1.HeaderClassName
{
color: #C473E0;
}
.AnyTagClassName
{
color: #C473E0;
}
</style>
background-color css
<style>
a { background-color: #C473E0; }
a { background-color: rgb(196,115,224); }
div.DivClassName
{
background-color: #C473E0;
}
.BgClassName
{
background-color: #C473E0;
}
</style>
border-color css
<style>
span { border-color: #C473E0; }
span { border-color: rgb(196,115,224); }
td.TdClassName
{
border-color: #C473E0;
}
.TagClassName
{
border-color: #C473E0;
}
</style>