Shades of Orchid #D27DBA
Tints of Orchid #D27DBA
RGB
CMYK
RGB Variations
Color information
#D27DBA (or 0xD27DBA) is known color: Orchid. HEX triplet: D2, 7D and BA. RGB value is (210,125,186). Sum of RGB (Red+Green+Blue) = 210+125+186=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DBA is #2D8245. Grayscale: #9D9D9D. Windows color (decimal): -2982470 or 12221906. OLE color: 12221906.
HSL color Cylindrical-coordinate representation of color #D27DBA: hue angle of 316.94º 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 #D27DBA is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 186 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.18 |
| HSL | 316.94º | 0.49% | 0.66% | - |
| HSV(B) | 316.94º | 0.4% | 0.82% | - |
| XYZ | 42.77 | 31.91 | 50.36 | - |
| YUV | 157.37 | 144.16 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 186 | 0 | 0.40 | 0.11 | 0.18 | 316.94 | 0.49 | 0.66 |
| Hex | D2 | 7D | BA | 0 | 28 | B | 12 | 13D | 31 | 42 |
| Octal | 322 | 175 | 272 | 0 | 50 | 13 | 22 | 475 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10111010 | 0 | 101000 | 1011 | 10010 | 100111101 | 110001 | 1000010 |
Color Harmonies of #D27DBA
Complementary color
Monochromatic Colors of #D27DBA
Black with #D27DBA
Text Example
Text Example
White with #D27DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DBA; }
p { color: rgb(210,125,186); }
H1.HeaderClassName
{
color: #D27DBA;
}
.AnyTagClassName
{
color: #D27DBA;
}
</style>
background-color css
<style>
a { background-color: #D27DBA; }
a { background-color: rgb(210,125,186); }
div.DivClassName
{
background-color: #D27DBA;
}
.BgClassName
{
background-color: #D27DBA;
}
</style>
border-color css
<style>
span { border-color: #D27DBA; }
span { border-color: rgb(210,125,186); }
td.TdClassName
{
border-color: #D27DBA;
}
.TagClassName
{
border-color: #D27DBA;
}
</style>