Shades of Orchid #D477CD
Tints of Orchid #D477CD
RGB
CMYK
RGB Variations
Color information
#D477CD (or 0xD477CD) is known color: Orchid. HEX triplet: D4, 77 and CD. RGB value is (212,119,205). Sum of RGB (Red+Green+Blue) = 212+119+205=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D477CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477CD is #2B8832. Grayscale: #9C9C9C. Windows color (decimal): -2852915 or 13465556. OLE color: 13465556.
HSL color Cylindrical-coordinate representation of color #D477CD: hue angle of 304.52º 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 #D477CD is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 119 | 205 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.17 |
| HSL | 304.52º | 0.52% | 0.65% | - |
| HSV(B) | 304.52º | 0.44% | 0.83% | - |
| XYZ | 44.77 | 31.6 | 61.5 | - |
| YUV | 156.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 205 | 0 | 0.44 | 0.03 | 0.17 | 304.52 | 0.52 | 0.65 |
| Hex | D4 | 77 | CD | 0 | 2C | 3 | 11 | 131 | 34 | 41 |
| Octal | 324 | 167 | 315 | 0 | 54 | 3 | 21 | 461 | 64 | 101 |
| Binary | 11010100 | 1110111 | 11001101 | 0 | 101100 | 11 | 10001 | 100110001 | 110100 | 1000001 |
Color Harmonies of #D477CD
Complementary color
Monochromatic Colors of #D477CD
Black with #D477CD
Text Example
Text Example
White with #D477CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D477CD; }
p { color: rgb(212,119,205); }
H1.HeaderClassName
{
color: #D477CD;
}
.AnyTagClassName
{
color: #D477CD;
}
</style>
background-color css
<style>
a { background-color: #D477CD; }
a { background-color: rgb(212,119,205); }
div.DivClassName
{
background-color: #D477CD;
}
.BgClassName
{
background-color: #D477CD;
}
</style>
border-color css
<style>
span { border-color: #D477CD; }
span { border-color: rgb(212,119,205); }
td.TdClassName
{
border-color: #D477CD;
}
.TagClassName
{
border-color: #D477CD;
}
</style>