Shades of Orchid #D27AC8
Tints of Orchid #D27AC8
RGB
CMYK
RGB Variations
Color information
#D27AC8 (or 0xD27AC8) is known color: Orchid. HEX triplet: D2, 7A and C8. RGB value is (210,122,200). Sum of RGB (Red+Green+Blue) = 210+122+200=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AC8 is #2D8537. Grayscale: #9C9C9C. Windows color (decimal): -2983224 or 13138642. OLE color: 13138642.
HSL color Cylindrical-coordinate representation of color #D27AC8: hue angle of 306.82º 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 #D27AC8 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 200 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.18 |
| HSL | 306.82º | 0.49% | 0.65% | - |
| HSV(B) | 306.82º | 0.42% | 0.82% | - |
| XYZ | 43.96 | 31.79 | 58.46 | - |
| YUV | 157.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 200 | 0 | 0.42 | 0.05 | 0.18 | 306.82 | 0.49 | 0.65 |
| Hex | D2 | 7A | C8 | 0 | 2A | 5 | 12 | 133 | 31 | 41 |
| Octal | 322 | 172 | 310 | 0 | 52 | 5 | 22 | 463 | 61 | 101 |
| Binary | 11010010 | 1111010 | 11001000 | 0 | 101010 | 101 | 10010 | 100110011 | 110001 | 1000001 |
Color Harmonies of #D27AC8
Complementary color
Monochromatic Colors of #D27AC8
Black with #D27AC8
Text Example
Text Example
White with #D27AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AC8; }
p { color: rgb(210,122,200); }
H1.HeaderClassName
{
color: #D27AC8;
}
.AnyTagClassName
{
color: #D27AC8;
}
</style>
background-color css
<style>
a { background-color: #D27AC8; }
a { background-color: rgb(210,122,200); }
div.DivClassName
{
background-color: #D27AC8;
}
.BgClassName
{
background-color: #D27AC8;
}
</style>
border-color css
<style>
span { border-color: #D27AC8; }
span { border-color: rgb(210,122,200); }
td.TdClassName
{
border-color: #D27AC8;
}
.TagClassName
{
border-color: #D27AC8;
}
</style>