Shades of Orchid #D27ADB
Tints of Orchid #D27ADB
RGB
CMYK
RGB Variations
Color information
#D27ADB (or 0xD27ADB) is known color: Orchid. HEX triplet: D2, 7A and DB. RGB value is (210,122,219). Sum of RGB (Red+Green+Blue) = 210+122+219=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #D27ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ADB is #2D8524. Grayscale: #9F9F9F. Windows color (decimal): -2983205 or 14383826. OLE color: 14383826.
HSL color Cylindrical-coordinate representation of color #D27ADB: hue angle of 294.43º degrees, saturation: 0.57, 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 #D27ADB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 122 | 219 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.14 |
| HSL | 294.43º | 0.57% | 0.67% | - |
| HSV(B) | 294.43º | 0.44% | 0.86% | - |
| XYZ | 46.32 | 32.74 | 70.89 | - |
| YUV | 159.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 219 | 0.04 | 0.44 | 0 | 0.14 | 294.43 | 0.57 | 0.67 |
| Hex | D2 | 7A | DB | 4 | 2C | 0 | E | 126 | 39 | 43 |
| Octal | 322 | 172 | 333 | 4 | 54 | 0 | 16 | 446 | 71 | 103 |
| Binary | 11010010 | 1111010 | 11011011 | 100 | 101100 | 0 | 1110 | 100100110 | 111001 | 1000011 |
Color Harmonies of #D27ADB
Complementary color
Monochromatic Colors of #D27ADB
Black with #D27ADB
Text Example
Text Example
White with #D27ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27ADB; }
p { color: rgb(210,122,219); }
H1.HeaderClassName
{
color: #D27ADB;
}
.AnyTagClassName
{
color: #D27ADB;
}
</style>
background-color css
<style>
a { background-color: #D27ADB; }
a { background-color: rgb(210,122,219); }
div.DivClassName
{
background-color: #D27ADB;
}
.BgClassName
{
background-color: #D27ADB;
}
</style>
border-color css
<style>
span { border-color: #D27ADB; }
span { border-color: rgb(210,122,219); }
td.TdClassName
{
border-color: #D27ADB;
}
.TagClassName
{
border-color: #D27ADB;
}
</style>