Shades of Orchid #C473D1
Tints of Orchid #C473D1
RGB
CMYK
RGB Variations
Color information
#C473D1 (or 0xC473D1) is known color: Orchid. HEX triplet: C4, 73 and D1. RGB value is (196,115,209). Sum of RGB (Red+Green+Blue) = 196+115+209=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #C473D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473D1 is #3B8C2E. Grayscale: #959595. Windows color (decimal): -3902511 or 13726660. OLE color: 13726660.
HSL color Cylindrical-coordinate representation of color #C473D1: hue angle of 291.7º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C473D1 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 115 | 209 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.18 |
| HSL | 291.7º | 0.51% | 0.64% | - |
| HSV(B) | 291.7º | 0.45% | 0.82% | - |
| XYZ | 40.4 | 28.6 | 63.71 | - |
| YUV | 149.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 209 | 0.06 | 0.45 | 0 | 0.18 | 291.7 | 0.51 | 0.64 |
| Hex | C4 | 73 | D1 | 6 | 2D | 0 | 12 | 124 | 33 | 40 |
| Octal | 304 | 163 | 321 | 6 | 55 | 0 | 22 | 444 | 63 | 100 |
| Binary | 11000100 | 1110011 | 11010001 | 110 | 101101 | 0 | 10010 | 100100100 | 110011 | 1000000 |
Color Harmonies of #C473D1
Complementary color
Monochromatic Colors of #C473D1
Black with #C473D1
Text Example
Text Example
White with #C473D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473D1; }
p { color: rgb(196,115,209); }
H1.HeaderClassName
{
color: #C473D1;
}
.AnyTagClassName
{
color: #C473D1;
}
</style>
background-color css
<style>
a { background-color: #C473D1; }
a { background-color: rgb(196,115,209); }
div.DivClassName
{
background-color: #C473D1;
}
.BgClassName
{
background-color: #C473D1;
}
</style>
border-color css
<style>
span { border-color: #C473D1; }
span { border-color: rgb(196,115,209); }
td.TdClassName
{
border-color: #C473D1;
}
.TagClassName
{
border-color: #C473D1;
}
</style>