Shades of Orchid #D27AD4
Tints of Orchid #D27AD4
RGB
CMYK
RGB Variations
Color information
#D27AD4 (or 0xD27AD4) is known color: Orchid. HEX triplet: D2, 7A and D4. RGB value is (210,122,212). Sum of RGB (Red+Green+Blue) = 210+122+212=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 212 - color contains mainly: blue. Hex color #D27AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AD4 is #2D852B. Grayscale: #9E9E9E. Windows color (decimal): -2983212 or 13925074. OLE color: 13925074.
HSL color Cylindrical-coordinate representation of color #D27AD4: hue angle of 298.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27AD4 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 122 | 212 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.17 |
| HSL | 298.67º | 0.51% | 0.65% | - |
| HSV(B) | 298.67º | 0.42% | 0.83% | - |
| XYZ | 45.42 | 32.37 | 66.14 | - |
| YUV | 158.57 | 158.15 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 212 | 0.01 | 0.42 | 0 | 0.17 | 298.67 | 0.51 | 0.65 |
| Hex | D2 | 7A | D4 | 1 | 2A | 0 | 11 | 12B | 33 | 41 |
| Octal | 322 | 172 | 324 | 1 | 52 | 0 | 21 | 453 | 63 | 101 |
| Binary | 11010010 | 1111010 | 11010100 | 1 | 101010 | 0 | 10001 | 100101011 | 110011 | 1000001 |
Color Harmonies of #D27AD4
Complementary color
Monochromatic Colors of #D27AD4
Black with #D27AD4
Text Example
Text Example
White with #D27AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AD4; }
p { color: rgb(210,122,212); }
H1.HeaderClassName
{
color: #D27AD4;
}
.AnyTagClassName
{
color: #D27AD4;
}
</style>
background-color css
<style>
a { background-color: #D27AD4; }
a { background-color: rgb(210,122,212); }
div.DivClassName
{
background-color: #D27AD4;
}
.BgClassName
{
background-color: #D27AD4;
}
</style>
border-color css
<style>
span { border-color: #D27AD4; }
span { border-color: rgb(210,122,212); }
td.TdClassName
{
border-color: #D27AD4;
}
.TagClassName
{
border-color: #D27AD4;
}
</style>