Shades of Orchid #D27DD0
Tints of Orchid #D27DD0
RGB
CMYK
RGB Variations
Color information
#D27DD0 (or 0xD27DD0) is known color: Orchid. HEX triplet: D2, 7D and D0. RGB value is (210,125,208). Sum of RGB (Red+Green+Blue) = 210+125+208=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DD0 is #2D822F. Grayscale: #9F9F9F. Windows color (decimal): -2982448 or 13663698. OLE color: 13663698.
HSL color Cylindrical-coordinate representation of color #D27DD0: hue angle of 301.41º 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 #D27DD0 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 208 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.18 |
| HSL | 301.41º | 0.49% | 0.66% | - |
| HSV(B) | 301.41º | 0.4% | 0.82% | - |
| XYZ | 45.3 | 32.92 | 63.64 | - |
| YUV | 159.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 208 | 0 | 0.40 | 0.01 | 0.18 | 301.41 | 0.49 | 0.66 |
| Hex | D2 | 7D | D0 | 0 | 28 | 1 | 12 | 12D | 31 | 42 |
| Octal | 322 | 175 | 320 | 0 | 50 | 1 | 22 | 455 | 61 | 102 |
| Binary | 11010010 | 1111101 | 11010000 | 0 | 101000 | 1 | 10010 | 100101101 | 110001 | 1000010 |
Color Harmonies of #D27DD0
Complementary color
Monochromatic Colors of #D27DD0
Black with #D27DD0
Text Example
Text Example
White with #D27DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DD0; }
p { color: rgb(210,125,208); }
H1.HeaderClassName
{
color: #D27DD0;
}
.AnyTagClassName
{
color: #D27DD0;
}
</style>
background-color css
<style>
a { background-color: #D27DD0; }
a { background-color: rgb(210,125,208); }
div.DivClassName
{
background-color: #D27DD0;
}
.BgClassName
{
background-color: #D27DD0;
}
</style>
border-color css
<style>
span { border-color: #D27DD0; }
span { border-color: rgb(210,125,208); }
td.TdClassName
{
border-color: #D27DD0;
}
.TagClassName
{
border-color: #D27DD0;
}
</style>