Shades of Orchid #C473C0
Tints of Orchid #C473C0
RGB
CMYK
RGB Variations
Color information
#C473C0 (or 0xC473C0) is known color: Orchid. HEX triplet: C4, 73 and C0. RGB value is (196,115,192). Sum of RGB (Red+Green+Blue) = 196+115+192=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C473C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473C0 is #3B8C3F. Grayscale: #939393. Windows color (decimal): -3902528 or 12612548. OLE color: 12612548.
HSL color Cylindrical-coordinate representation of color #C473C0: hue angle of 302.96º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C473C0 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 192 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.23 |
| HSL | 302.96º | 0.41% | 0.61% | - |
| HSV(B) | 302.96º | 0.41% | 0.77% | - |
| XYZ | 38.41 | 27.8 | 53.21 | - |
| YUV | 148 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 192 | 0 | 0.41 | 0.02 | 0.23 | 302.96 | 0.41 | 0.61 |
| Hex | C4 | 73 | C0 | 0 | 29 | 2 | 17 | 12F | 29 | 3D |
| Octal | 304 | 163 | 300 | 0 | 51 | 2 | 27 | 457 | 51 | 75 |
| Binary | 11000100 | 1110011 | 11000000 | 0 | 101001 | 10 | 10111 | 100101111 | 101001 | 111101 |
Color Harmonies of #C473C0
Complementary color
Monochromatic Colors of #C473C0
Black with #C473C0
Text Example
Text Example
White with #C473C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473C0; }
p { color: rgb(196,115,192); }
H1.HeaderClassName
{
color: #C473C0;
}
.AnyTagClassName
{
color: #C473C0;
}
</style>
background-color css
<style>
a { background-color: #C473C0; }
a { background-color: rgb(196,115,192); }
div.DivClassName
{
background-color: #C473C0;
}
.BgClassName
{
background-color: #C473C0;
}
</style>
border-color css
<style>
span { border-color: #C473C0; }
span { border-color: rgb(196,115,192); }
td.TdClassName
{
border-color: #C473C0;
}
.TagClassName
{
border-color: #C473C0;
}
</style>