Shades of Orchid #D27AE0
Tints of Orchid #D27AE0
RGB
CMYK
RGB Variations
Color information
#D27AE0 (or 0xD27AE0) is known color: Orchid. HEX triplet: D2, 7A and E0. RGB value is (210,122,224). Sum of RGB (Red+Green+Blue) = 210+122+224=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #D27AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AE0 is #2D851F. Grayscale: #9F9F9F. Windows color (decimal): -2983200 or 14711506. OLE color: 14711506.
HSL color Cylindrical-coordinate representation of color #D27AE0: hue angle of 291.76º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27AE0 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 122 | 224 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.12 |
| HSL | 291.76º | 0.62% | 0.68% | - |
| HSV(B) | 291.76º | 0.46% | 0.88% | - |
| XYZ | 46.99 | 33 | 74.41 | - |
| YUV | 159.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 224 | 0.06 | 0.46 | 0 | 0.12 | 291.76 | 0.62 | 0.68 |
| Hex | D2 | 7A | E0 | 6 | 2E | 0 | C | 124 | 3E | 44 |
| Octal | 322 | 172 | 340 | 6 | 56 | 0 | 14 | 444 | 76 | 104 |
| Binary | 11010010 | 1111010 | 11100000 | 110 | 101110 | 0 | 1100 | 100100100 | 111110 | 1000100 |
Color Harmonies of #D27AE0
Complementary color
Monochromatic Colors of #D27AE0
Black with #D27AE0
Text Example
Text Example
White with #D27AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AE0; }
p { color: rgb(210,122,224); }
H1.HeaderClassName
{
color: #D27AE0;
}
.AnyTagClassName
{
color: #D27AE0;
}
</style>
background-color css
<style>
a { background-color: #D27AE0; }
a { background-color: rgb(210,122,224); }
div.DivClassName
{
background-color: #D27AE0;
}
.BgClassName
{
background-color: #D27AE0;
}
</style>
border-color css
<style>
span { border-color: #D27AE0; }
span { border-color: rgb(210,122,224); }
td.TdClassName
{
border-color: #D27AE0;
}
.TagClassName
{
border-color: #D27AE0;
}
</style>