Shades of Orchid #D27ABC
Tints of Orchid #D27ABC
RGB
CMYK
RGB Variations
Color information
#D27ABC (or 0xD27ABC) is known color: Orchid. HEX triplet: D2, 7A and BC. RGB value is (210,122,188). Sum of RGB (Red+Green+Blue) = 210+122+188=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ABC is #2D8543. Grayscale: #9B9B9B. Windows color (decimal): -2983236 or 12352210. OLE color: 12352210.
HSL color Cylindrical-coordinate representation of color #D27ABC: hue angle of 315º 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 #D27ABC is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 188 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.18 |
| HSL | 315º | 0.49% | 0.65% | - |
| HSV(B) | 315º | 0.42% | 0.82% | - |
| XYZ | 42.61 | 31.25 | 51.36 | - |
| YUV | 155.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 188 | 0 | 0.42 | 0.10 | 0.18 | 315 | 0.49 | 0.65 |
| Hex | D2 | 7A | BC | 0 | 2A | A | 12 | 13B | 31 | 41 |
| Octal | 322 | 172 | 274 | 0 | 52 | 12 | 22 | 473 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10111100 | 0 | 101010 | 1010 | 10010 | 100111011 | 110001 | 1000001 |
Color Harmonies of #D27ABC
Complementary color
Monochromatic Colors of #D27ABC
Black with #D27ABC
Text Example
Text Example
White with #D27ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27ABC; }
p { color: rgb(210,122,188); }
H1.HeaderClassName
{
color: #D27ABC;
}
.AnyTagClassName
{
color: #D27ABC;
}
</style>
background-color css
<style>
a { background-color: #D27ABC; }
a { background-color: rgb(210,122,188); }
div.DivClassName
{
background-color: #D27ABC;
}
.BgClassName
{
background-color: #D27ABC;
}
</style>
border-color css
<style>
span { border-color: #D27ABC; }
span { border-color: rgb(210,122,188); }
td.TdClassName
{
border-color: #D27ABC;
}
.TagClassName
{
border-color: #D27ABC;
}
</style>