Shades of Orchid #D27ECA
Tints of Orchid #D27ECA
RGB
CMYK
RGB Variations
Color information
#D27ECA (or 0xD27ECA) is known color: Orchid. HEX triplet: D2, 7E and CA. RGB value is (210,126,202). Sum of RGB (Red+Green+Blue) = 210+126+202=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ECA is #2D8135. Grayscale: #9F9F9F. Windows color (decimal): -2982198 or 13270738. OLE color: 13270738.
HSL color Cylindrical-coordinate representation of color #D27ECA: hue angle of 305.71º degrees, saturation: 0.48, 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 #D27ECA is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 202 | - |
| CMYK | 0 | 0.4 | 0.04 | 0.18 |
| HSL | 305.71º | 0.48% | 0.66% | - |
| HSV(B) | 305.71º | 0.4% | 0.82% | - |
| XYZ | 44.7 | 32.89 | 59.87 | - |
| YUV | 159.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 202 | 0 | 0.4 | 0.04 | 0.18 | 305.71 | 0.48 | 0.66 |
| Hex | D2 | 7E | CA | 0 | 28 | 4 | 12 | 132 | 30 | 42 |
| Octal | 322 | 176 | 312 | 0 | 50 | 4 | 22 | 462 | 60 | 102 |
| Binary | 11010010 | 1111110 | 11001010 | 0 | 101000 | 100 | 10010 | 100110010 | 110000 | 1000010 |
Color Harmonies of #D27ECA
Complementary color
Monochromatic Colors of #D27ECA
Black with #D27ECA
Text Example
Text Example
White with #D27ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27ECA; }
p { color: rgb(210,126,202); }
H1.HeaderClassName
{
color: #D27ECA;
}
.AnyTagClassName
{
color: #D27ECA;
}
</style>
background-color css
<style>
a { background-color: #D27ECA; }
a { background-color: rgb(210,126,202); }
div.DivClassName
{
background-color: #D27ECA;
}
.BgClassName
{
background-color: #D27ECA;
}
</style>
border-color css
<style>
span { border-color: #D27ECA; }
span { border-color: rgb(210,126,202); }
td.TdClassName
{
border-color: #D27ECA;
}
.TagClassName
{
border-color: #D27ECA;
}
</style>