Shades of Orchid #D77CDC
Tints of Orchid #D77CDC
RGB
CMYK
RGB Variations
Color information
#D77CDC (or 0xD77CDC) is known color: Orchid. HEX triplet: D7, 7C and DC. RGB value is (215,124,220). Sum of RGB (Red+Green+Blue) = 215+124+220=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #D77CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CDC is #288323. Grayscale: #A1A1A1. Windows color (decimal): -2655012 or 14449879. OLE color: 14449879.
HSL color Cylindrical-coordinate representation of color #D77CDC: hue angle of 296.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77CDC is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 124 | 220 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.14 |
| HSL | 296.88º | 0.58% | 0.67% | - |
| HSV(B) | 296.88º | 0.44% | 0.86% | - |
| XYZ | 48.15 | 34.03 | 71.74 | - |
| YUV | 162.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 220 | 0.02 | 0.44 | 0 | 0.14 | 296.88 | 0.58 | 0.67 |
| Hex | D7 | 7C | DC | 2 | 2C | 0 | E | 129 | 3A | 43 |
| Octal | 327 | 174 | 334 | 2 | 54 | 0 | 16 | 451 | 72 | 103 |
| Binary | 11010111 | 1111100 | 11011100 | 10 | 101100 | 0 | 1110 | 100101001 | 111010 | 1000011 |
Color Harmonies of #D77CDC
Complementary color
Monochromatic Colors of #D77CDC
Black with #D77CDC
Text Example
Text Example
White with #D77CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CDC; }
p { color: rgb(215,124,220); }
H1.HeaderClassName
{
color: #D77CDC;
}
.AnyTagClassName
{
color: #D77CDC;
}
</style>
background-color css
<style>
a { background-color: #D77CDC; }
a { background-color: rgb(215,124,220); }
div.DivClassName
{
background-color: #D77CDC;
}
.BgClassName
{
background-color: #D77CDC;
}
</style>
border-color css
<style>
span { border-color: #D77CDC; }
span { border-color: rgb(215,124,220); }
td.TdClassName
{
border-color: #D77CDC;
}
.TagClassName
{
border-color: #D77CDC;
}
</style>