Shades of Orchid #D27DCD
Tints of Orchid #D27DCD
RGB
CMYK
RGB Variations
Color information
#D27DCD (or 0xD27DCD) is known color: Orchid. HEX triplet: D2, 7D and CD. RGB value is (210,125,205). Sum of RGB (Red+Green+Blue) = 210+125+205=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DCD is #2D8232. Grayscale: #9F9F9F. Windows color (decimal): -2982451 or 13467090. OLE color: 13467090.
HSL color Cylindrical-coordinate representation of color #D27DCD: hue angle of 303.53º 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 #D27DCD is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 205 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.18 |
| HSL | 303.53º | 0.49% | 0.66% | - |
| HSV(B) | 303.53º | 0.4% | 0.82% | - |
| XYZ | 44.93 | 32.78 | 61.72 | - |
| YUV | 159.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 205 | 0 | 0.40 | 0.02 | 0.18 | 303.53 | 0.49 | 0.66 |
| Hex | D2 | 7D | CD | 0 | 28 | 2 | 12 | 130 | 31 | 42 |
| Octal | 322 | 175 | 315 | 0 | 50 | 2 | 22 | 460 | 61 | 102 |
| Binary | 11010010 | 1111101 | 11001101 | 0 | 101000 | 10 | 10010 | 100110000 | 110001 | 1000010 |
Color Harmonies of #D27DCD
Complementary color
Monochromatic Colors of #D27DCD
Black with #D27DCD
Text Example
Text Example
White with #D27DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DCD; }
p { color: rgb(210,125,205); }
H1.HeaderClassName
{
color: #D27DCD;
}
.AnyTagClassName
{
color: #D27DCD;
}
</style>
background-color css
<style>
a { background-color: #D27DCD; }
a { background-color: rgb(210,125,205); }
div.DivClassName
{
background-color: #D27DCD;
}
.BgClassName
{
background-color: #D27DCD;
}
</style>
border-color css
<style>
span { border-color: #D27DCD; }
span { border-color: rgb(210,125,205); }
td.TdClassName
{
border-color: #D27DCD;
}
.TagClassName
{
border-color: #D27DCD;
}
</style>