Shades of Orchid #D477DD
Tints of Orchid #D477DD
RGB
CMYK
RGB Variations
Color information
#D477DD (or 0xD477DD) is known color: Orchid. HEX triplet: D4, 77 and DD. RGB value is (212,119,221). Sum of RGB (Red+Green+Blue) = 212+119+221=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #D477DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477DD is #2B8822. Grayscale: #9E9E9E. Windows color (decimal): -2852899 or 14514132. OLE color: 14514132.
HSL color Cylindrical-coordinate representation of color #D477DD: hue angle of 294.71º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D477DD is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 119 | 221 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.13 |
| HSL | 294.71º | 0.6% | 0.67% | - |
| HSV(B) | 294.71º | 0.46% | 0.87% | - |
| XYZ | 46.8 | 32.41 | 72.2 | - |
| YUV | 158.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 221 | 0.04 | 0.46 | 0 | 0.13 | 294.71 | 0.6 | 0.67 |
| Hex | D4 | 77 | DD | 4 | 2E | 0 | D | 127 | 3C | 43 |
| Octal | 324 | 167 | 335 | 4 | 56 | 0 | 15 | 447 | 74 | 103 |
| Binary | 11010100 | 1110111 | 11011101 | 100 | 101110 | 0 | 1101 | 100100111 | 111100 | 1000011 |
Color Harmonies of #D477DD
Complementary color
Monochromatic Colors of #D477DD
Black with #D477DD
Text Example
Text Example
White with #D477DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D477DD; }
p { color: rgb(212,119,221); }
H1.HeaderClassName
{
color: #D477DD;
}
.AnyTagClassName
{
color: #D477DD;
}
</style>
background-color css
<style>
a { background-color: #D477DD; }
a { background-color: rgb(212,119,221); }
div.DivClassName
{
background-color: #D477DD;
}
.BgClassName
{
background-color: #D477DD;
}
</style>
border-color css
<style>
span { border-color: #D477DD; }
span { border-color: rgb(212,119,221); }
td.TdClassName
{
border-color: #D477DD;
}
.TagClassName
{
border-color: #D477DD;
}
</style>