Shades of Orchid #D27DBC
Tints of Orchid #D27DBC
RGB
CMYK
RGB Variations
Color information
#D27DBC (or 0xD27DBC) is known color: Orchid. HEX triplet: D2, 7D and BC. RGB value is (210,125,188). Sum of RGB (Red+Green+Blue) = 210+125+188=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DBC is #2D8243. Grayscale: #9D9D9D. Windows color (decimal): -2982468 or 12352978. OLE color: 12352978.
HSL color Cylindrical-coordinate representation of color #D27DBC: hue angle of 315.53º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27DBC is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 188 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.18 |
| HSL | 315.53º | 0.49% | 0.66% | - |
| HSV(B) | 315.53º | 0.4% | 0.82% | - |
| XYZ | 42.99 | 32 | 51.49 | - |
| YUV | 157.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 188 | 0 | 0.40 | 0.10 | 0.18 | 315.53 | 0.49 | 0.66 |
| Hex | D2 | 7D | BC | 0 | 28 | A | 12 | 13C | 31 | 42 |
| Octal | 322 | 175 | 274 | 0 | 50 | 12 | 22 | 474 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10111100 | 0 | 101000 | 1010 | 10010 | 100111100 | 110001 | 1000010 |
Color Harmonies of #D27DBC
Complementary color
Monochromatic Colors of #D27DBC
Black with #D27DBC
Text Example
Text Example
White with #D27DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DBC; }
p { color: rgb(210,125,188); }
H1.HeaderClassName
{
color: #D27DBC;
}
.AnyTagClassName
{
color: #D27DBC;
}
</style>
background-color css
<style>
a { background-color: #D27DBC; }
a { background-color: rgb(210,125,188); }
div.DivClassName
{
background-color: #D27DBC;
}
.BgClassName
{
background-color: #D27DBC;
}
</style>
border-color css
<style>
span { border-color: #D27DBC; }
span { border-color: rgb(210,125,188); }
td.TdClassName
{
border-color: #D27DBC;
}
.TagClassName
{
border-color: #D27DBC;
}
</style>