Shades of Orchid #D477C0
Tints of Orchid #D477C0
RGB
CMYK
RGB Variations
Color information
#D477C0 (or 0xD477C0) is known color: Orchid. HEX triplet: D4, 77 and C0. RGB value is (212,119,192). Sum of RGB (Red+Green+Blue) = 212+119+192=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D477C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477C0 is #2B883F. Grayscale: #9A9A9A. Windows color (decimal): -2852928 or 12613588. OLE color: 12613588.
HSL color Cylindrical-coordinate representation of color #D477C0: hue angle of 312.9º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D477C0 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 119 | 192 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.17 |
| HSL | 312.9º | 0.52% | 0.65% | - |
| HSV(B) | 312.9º | 0.44% | 0.83% | - |
| XYZ | 43.26 | 31 | 53.57 | - |
| YUV | 155.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 192 | 0 | 0.44 | 0.09 | 0.17 | 312.9 | 0.52 | 0.65 |
| Hex | D4 | 77 | C0 | 0 | 2C | 9 | 11 | 139 | 34 | 41 |
| Octal | 324 | 167 | 300 | 0 | 54 | 11 | 21 | 471 | 64 | 101 |
| Binary | 11010100 | 1110111 | 11000000 | 0 | 101100 | 1001 | 10001 | 100111001 | 110100 | 1000001 |
Color Harmonies of #D477C0
Complementary color
Monochromatic Colors of #D477C0
Black with #D477C0
Text Example
Text Example
White with #D477C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D477C0; }
p { color: rgb(212,119,192); }
H1.HeaderClassName
{
color: #D477C0;
}
.AnyTagClassName
{
color: #D477C0;
}
</style>
background-color css
<style>
a { background-color: #D477C0; }
a { background-color: rgb(212,119,192); }
div.DivClassName
{
background-color: #D477C0;
}
.BgClassName
{
background-color: #D477C0;
}
</style>
border-color css
<style>
span { border-color: #D477C0; }
span { border-color: rgb(212,119,192); }
td.TdClassName
{
border-color: #D477C0;
}
.TagClassName
{
border-color: #D477C0;
}
</style>