Shades of Orchid #D27DDB
Tints of Orchid #D27DDB
RGB
CMYK
RGB Variations
Color information
#D27DDB (or 0xD27DDB) is known color: Orchid. HEX triplet: D2, 7D and DB. RGB value is (210,125,219). Sum of RGB (Red+Green+Blue) = 210+125+219=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #D27DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DDB is #2D8224. Grayscale: #A0A0A0. Windows color (decimal): -2982437 or 14384594. OLE color: 14384594.
HSL color Cylindrical-coordinate representation of color #D27DDB: hue angle of 294.26º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27DDB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 125 | 219 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.14 |
| HSL | 294.26º | 0.57% | 0.67% | - |
| HSV(B) | 294.26º | 0.43% | 0.86% | - |
| XYZ | 46.7 | 33.48 | 71.02 | - |
| YUV | 161.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 219 | 0.04 | 0.43 | 0 | 0.14 | 294.26 | 0.57 | 0.67 |
| Hex | D2 | 7D | DB | 4 | 2B | 0 | E | 126 | 39 | 43 |
| Octal | 322 | 175 | 333 | 4 | 53 | 0 | 16 | 446 | 71 | 103 |
| Binary | 11010010 | 1111101 | 11011011 | 100 | 101011 | 0 | 1110 | 100100110 | 111001 | 1000011 |
Color Harmonies of #D27DDB
Complementary color
Monochromatic Colors of #D27DDB
Black with #D27DDB
Text Example
Text Example
White with #D27DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DDB; }
p { color: rgb(210,125,219); }
H1.HeaderClassName
{
color: #D27DDB;
}
.AnyTagClassName
{
color: #D27DDB;
}
</style>
background-color css
<style>
a { background-color: #D27DDB; }
a { background-color: rgb(210,125,219); }
div.DivClassName
{
background-color: #D27DDB;
}
.BgClassName
{
background-color: #D27DDB;
}
</style>
border-color css
<style>
span { border-color: #D27DDB; }
span { border-color: rgb(210,125,219); }
td.TdClassName
{
border-color: #D27DDB;
}
.TagClassName
{
border-color: #D27DDB;
}
</style>