Shades of Orchid #D27ABD
Tints of Orchid #D27ABD
RGB
CMYK
RGB Variations
Color information
#D27ABD (or 0xD27ABD) is known color: Orchid. HEX triplet: D2, 7A and BD. RGB value is (210,122,189). Sum of RGB (Red+Green+Blue) = 210+122+189=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ABD is #2D8542. Grayscale: #9B9B9B. Windows color (decimal): -2983235 or 12417746. OLE color: 12417746.
HSL color Cylindrical-coordinate representation of color #D27ABD: hue angle of 314.32º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27ABD is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 189 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.18 |
| HSL | 314.32º | 0.49% | 0.65% | - |
| HSV(B) | 314.32º | 0.42% | 0.82% | - |
| XYZ | 42.72 | 31.29 | 51.93 | - |
| YUV | 155.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 189 | 0 | 0.42 | 0.10 | 0.18 | 314.32 | 0.49 | 0.65 |
| Hex | D2 | 7A | BD | 0 | 2A | A | 12 | 13A | 31 | 41 |
| Octal | 322 | 172 | 275 | 0 | 52 | 12 | 22 | 472 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10111101 | 0 | 101010 | 1010 | 10010 | 100111010 | 110001 | 1000001 |
Color Harmonies of #D27ABD
Complementary color
Monochromatic Colors of #D27ABD
Black with #D27ABD
Text Example
Text Example
White with #D27ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27ABD; }
p { color: rgb(210,122,189); }
H1.HeaderClassName
{
color: #D27ABD;
}
.AnyTagClassName
{
color: #D27ABD;
}
</style>
background-color css
<style>
a { background-color: #D27ABD; }
a { background-color: rgb(210,122,189); }
div.DivClassName
{
background-color: #D27ABD;
}
.BgClassName
{
background-color: #D27ABD;
}
</style>
border-color css
<style>
span { border-color: #D27ABD; }
span { border-color: rgb(210,122,189); }
td.TdClassName
{
border-color: #D27ABD;
}
.TagClassName
{
border-color: #D27ABD;
}
</style>