Shades of Orchid #D27AE5
Tints of Orchid #D27AE5
RGB
CMYK
RGB Variations
Color information
#D27AE5 (or 0xD27AE5) is known color: Orchid. HEX triplet: D2, 7A and E5. RGB value is (210,122,229). Sum of RGB (Red+Green+Blue) = 210+122+229=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #D27AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AE5 is #2D851A. Grayscale: #A0A0A0. Windows color (decimal): -2983195 or 15039186. OLE color: 15039186.
HSL color Cylindrical-coordinate representation of color #D27AE5: hue angle of 289.35º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27AE5 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 122 | 229 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.10 |
| HSL | 289.35º | 0.67% | 0.69% | - |
| HSV(B) | 289.35º | 0.47% | 0.9% | - |
| XYZ | 47.68 | 33.28 | 78.04 | - |
| YUV | 160.51 | 166.65 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 229 | 0.08 | 0.47 | 0 | 0.10 | 289.35 | 0.67 | 0.69 |
| Hex | D2 | 7A | E5 | 8 | 2F | 0 | A | 121 | 43 | 45 |
| Octal | 322 | 172 | 345 | 10 | 57 | 0 | 12 | 441 | 103 | 105 |
| Binary | 11010010 | 1111010 | 11100101 | 1000 | 101111 | 0 | 1010 | 100100001 | 1000011 | 1000101 |
Color Harmonies of #D27AE5
Complementary color
Monochromatic Colors of #D27AE5
Black with #D27AE5
Text Example
Text Example
White with #D27AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AE5; }
p { color: rgb(210,122,229); }
H1.HeaderClassName
{
color: #D27AE5;
}
.AnyTagClassName
{
color: #D27AE5;
}
</style>
background-color css
<style>
a { background-color: #D27AE5; }
a { background-color: rgb(210,122,229); }
div.DivClassName
{
background-color: #D27AE5;
}
.BgClassName
{
background-color: #D27AE5;
}
</style>
border-color css
<style>
span { border-color: #D27AE5; }
span { border-color: rgb(210,122,229); }
td.TdClassName
{
border-color: #D27AE5;
}
.TagClassName
{
border-color: #D27AE5;
}
</style>