Shades of Orchid #D27ADC
Tints of Orchid #D27ADC
RGB
CMYK
RGB Variations
Color information
#D27ADC (or 0xD27ADC) is known color: Orchid. HEX triplet: D2, 7A and DC. RGB value is (210,122,220). Sum of RGB (Red+Green+Blue) = 210+122+220=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #D27ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ADC is #2D8523. Grayscale: #9F9F9F. Windows color (decimal): -2983204 or 14449362. OLE color: 14449362.
HSL color Cylindrical-coordinate representation of color #D27ADC: hue angle of 293.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27ADC is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 122 | 220 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.14 |
| HSL | 293.88º | 0.58% | 0.67% | - |
| HSV(B) | 293.88º | 0.45% | 0.86% | - |
| XYZ | 46.46 | 32.79 | 71.59 | - |
| YUV | 159.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 220 | 0.05 | 0.45 | 0 | 0.14 | 293.88 | 0.58 | 0.67 |
| Hex | D2 | 7A | DC | 5 | 2D | 0 | E | 126 | 3A | 43 |
| Octal | 322 | 172 | 334 | 5 | 55 | 0 | 16 | 446 | 72 | 103 |
| Binary | 11010010 | 1111010 | 11011100 | 101 | 101101 | 0 | 1110 | 100100110 | 111010 | 1000011 |
Color Harmonies of #D27ADC
Complementary color
Monochromatic Colors of #D27ADC
Black with #D27ADC
Text Example
Text Example
White with #D27ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27ADC; }
p { color: rgb(210,122,220); }
H1.HeaderClassName
{
color: #D27ADC;
}
.AnyTagClassName
{
color: #D27ADC;
}
</style>
background-color css
<style>
a { background-color: #D27ADC; }
a { background-color: rgb(210,122,220); }
div.DivClassName
{
background-color: #D27ADC;
}
.BgClassName
{
background-color: #D27ADC;
}
</style>
border-color css
<style>
span { border-color: #D27ADC; }
span { border-color: rgb(210,122,220); }
td.TdClassName
{
border-color: #D27ADC;
}
.TagClassName
{
border-color: #D27ADC;
}
</style>