Shades of Orchid #D27AE2
Tints of Orchid #D27AE2
RGB
CMYK
RGB Variations
Color information
#D27AE2 (or 0xD27AE2) is known color: Orchid. HEX triplet: D2, 7A and E2. RGB value is (210,122,226). Sum of RGB (Red+Green+Blue) = 210+122+226=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 226 - color contains mainly: blue. Hex color #D27AE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AE2 is #2D851D. Grayscale: #9F9F9F. Windows color (decimal): -2983198 or 14842578. OLE color: 14842578.
HSL color Cylindrical-coordinate representation of color #D27AE2: hue angle of 290.77º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27AE2 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 122 | 226 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.11 |
| HSL | 290.77º | 0.64% | 0.68% | - |
| HSV(B) | 290.77º | 0.46% | 0.89% | - |
| XYZ | 47.27 | 33.11 | 75.85 | - |
| YUV | 160.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 226 | 0.07 | 0.46 | 0 | 0.11 | 290.77 | 0.64 | 0.68 |
| Hex | D2 | 7A | E2 | 7 | 2E | 0 | B | 123 | 40 | 44 |
| Octal | 322 | 172 | 342 | 7 | 56 | 0 | 13 | 443 | 100 | 104 |
| Binary | 11010010 | 1111010 | 11100010 | 111 | 101110 | 0 | 1011 | 100100011 | 1000000 | 1000100 |
Color Harmonies of #D27AE2
Complementary color
Monochromatic Colors of #D27AE2
Black with #D27AE2
Text Example
Text Example
White with #D27AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AE2; }
p { color: rgb(210,122,226); }
H1.HeaderClassName
{
color: #D27AE2;
}
.AnyTagClassName
{
color: #D27AE2;
}
</style>
background-color css
<style>
a { background-color: #D27AE2; }
a { background-color: rgb(210,122,226); }
div.DivClassName
{
background-color: #D27AE2;
}
.BgClassName
{
background-color: #D27AE2;
}
</style>
border-color css
<style>
span { border-color: #D27AE2; }
span { border-color: rgb(210,122,226); }
td.TdClassName
{
border-color: #D27AE2;
}
.TagClassName
{
border-color: #D27AE2;
}
</style>