Shades of Orchid #D27ACB
Tints of Orchid #D27ACB
RGB
CMYK
RGB Variations
Color information
#D27ACB (or 0xD27ACB) is known color: Orchid. HEX triplet: D2, 7A and CB. RGB value is (210,122,203). Sum of RGB (Red+Green+Blue) = 210+122+203=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ACB is #2D8534. Grayscale: #9D9D9D. Windows color (decimal): -2983221 or 13335250. OLE color: 13335250.
HSL color Cylindrical-coordinate representation of color #D27ACB: hue angle of 304.77º 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 #D27ACB is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 203 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.18 |
| HSL | 304.77º | 0.49% | 0.65% | - |
| HSV(B) | 304.77º | 0.42% | 0.82% | - |
| XYZ | 44.32 | 31.93 | 60.33 | - |
| YUV | 157.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 203 | 0 | 0.42 | 0.03 | 0.18 | 304.77 | 0.49 | 0.65 |
| Hex | D2 | 7A | CB | 0 | 2A | 3 | 12 | 131 | 31 | 41 |
| Octal | 322 | 172 | 313 | 0 | 52 | 3 | 22 | 461 | 61 | 101 |
| Binary | 11010010 | 1111010 | 11001011 | 0 | 101010 | 11 | 10010 | 100110001 | 110001 | 1000001 |
Color Harmonies of #D27ACB
Complementary color
Monochromatic Colors of #D27ACB
Black with #D27ACB
Text Example
Text Example
White with #D27ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27ACB; }
p { color: rgb(210,122,203); }
H1.HeaderClassName
{
color: #D27ACB;
}
.AnyTagClassName
{
color: #D27ACB;
}
</style>
background-color css
<style>
a { background-color: #D27ACB; }
a { background-color: rgb(210,122,203); }
div.DivClassName
{
background-color: #D27ACB;
}
.BgClassName
{
background-color: #D27ACB;
}
</style>
border-color css
<style>
span { border-color: #D27ACB; }
span { border-color: rgb(210,122,203); }
td.TdClassName
{
border-color: #D27ACB;
}
.TagClassName
{
border-color: #D27ACB;
}
</style>