Shades of Orchid #D27DBD
Tints of Orchid #D27DBD
RGB
CMYK
RGB Variations
Color information
#D27DBD (or 0xD27DBD) is known color: Orchid. HEX triplet: D2, 7D and BD. RGB value is (210,125,189). Sum of RGB (Red+Green+Blue) = 210+125+189=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DBD is #2D8242. Grayscale: #9D9D9D. Windows color (decimal): -2982467 or 12418514. OLE color: 12418514.
HSL color Cylindrical-coordinate representation of color #D27DBD: hue angle of 314.82º 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 #D27DBD is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 189 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.18 |
| HSL | 314.82º | 0.49% | 0.66% | - |
| HSV(B) | 314.82º | 0.4% | 0.82% | - |
| XYZ | 43.1 | 32.04 | 52.06 | - |
| YUV | 157.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 189 | 0 | 0.40 | 0.10 | 0.18 | 314.82 | 0.49 | 0.66 |
| Hex | D2 | 7D | BD | 0 | 28 | A | 12 | 13B | 31 | 42 |
| Octal | 322 | 175 | 275 | 0 | 50 | 12 | 22 | 473 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10111101 | 0 | 101000 | 1010 | 10010 | 100111011 | 110001 | 1000010 |
Color Harmonies of #D27DBD
Complementary color
Monochromatic Colors of #D27DBD
Black with #D27DBD
Text Example
Text Example
White with #D27DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DBD; }
p { color: rgb(210,125,189); }
H1.HeaderClassName
{
color: #D27DBD;
}
.AnyTagClassName
{
color: #D27DBD;
}
</style>
background-color css
<style>
a { background-color: #D27DBD; }
a { background-color: rgb(210,125,189); }
div.DivClassName
{
background-color: #D27DBD;
}
.BgClassName
{
background-color: #D27DBD;
}
</style>
border-color css
<style>
span { border-color: #D27DBD; }
span { border-color: rgb(210,125,189); }
td.TdClassName
{
border-color: #D27DBD;
}
.TagClassName
{
border-color: #D27DBD;
}
</style>