Shades of Orchid #D27ECB
Tints of Orchid #D27ECB
RGB
CMYK
RGB Variations
Color information
#D27ECB (or 0xD27ECB) is known color: Orchid. HEX triplet: D2, 7E and CB. RGB value is (210,126,203). Sum of RGB (Red+Green+Blue) = 210+126+203=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ECB is #2D8134. Grayscale: #9F9F9F. Windows color (decimal): -2982197 or 13336274. OLE color: 13336274.
HSL color Cylindrical-coordinate representation of color #D27ECB: hue angle of 305º 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 #D27ECB is Cyan = 0, Magento = 0.4, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 203 | - |
| CMYK | 0 | 0.4 | 0.03 | 0.18 |
| HSL | 305º | 0.48% | 0.66% | - |
| HSV(B) | 305º | 0.4% | 0.82% | - |
| XYZ | 44.82 | 32.94 | 60.49 | - |
| YUV | 159.89 | 152.33 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 203 | 0 | 0.4 | 0.03 | 0.18 | 305 | 0.48 | 0.66 |
| Hex | D2 | 7E | CB | 0 | 28 | 3 | 12 | 131 | 30 | 42 |
| Octal | 322 | 176 | 313 | 0 | 50 | 3 | 22 | 461 | 60 | 102 |
| Binary | 11010010 | 1111110 | 11001011 | 0 | 101000 | 11 | 10010 | 100110001 | 110000 | 1000010 |
Color Harmonies of #D27ECB
Complementary color
Monochromatic Colors of #D27ECB
Black with #D27ECB
Text Example
Text Example
White with #D27ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27ECB; }
p { color: rgb(210,126,203); }
H1.HeaderClassName
{
color: #D27ECB;
}
.AnyTagClassName
{
color: #D27ECB;
}
</style>
background-color css
<style>
a { background-color: #D27ECB; }
a { background-color: rgb(210,126,203); }
div.DivClassName
{
background-color: #D27ECB;
}
.BgClassName
{
background-color: #D27ECB;
}
</style>
border-color css
<style>
span { border-color: #D27ECB; }
span { border-color: rgb(210,126,203); }
td.TdClassName
{
border-color: #D27ECB;
}
.TagClassName
{
border-color: #D27ECB;
}
</style>