Shades of Orchid #D48ACE
Tints of Orchid #D48ACE
RGB
CMYK
RGB Variations
Color information
#D48ACE (or 0xD48ACE) is known color: Orchid. HEX triplet: D4, 8A and CE. RGB value is (212,138,206). Sum of RGB (Red+Green+Blue) = 212+138+206=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ACE is #2B7531. Grayscale: #A7A7A7. Windows color (decimal): -2848050 or 13535956. OLE color: 13535956.
HSL color Cylindrical-coordinate representation of color #D48ACE: hue angle of 304.86º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48ACE is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 206 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.17 |
| HSL | 304.86º | 0.46% | 0.69% | - |
| HSV(B) | 304.86º | 0.35% | 0.83% | - |
| XYZ | 47.38 | 36.63 | 62.97 | - |
| YUV | 167.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 206 | 0 | 0.35 | 0.03 | 0.17 | 304.86 | 0.46 | 0.69 |
| Hex | D4 | 8A | CE | 0 | 23 | 3 | 11 | 131 | 2E | 45 |
| Octal | 324 | 212 | 316 | 0 | 43 | 3 | 21 | 461 | 56 | 105 |
| Binary | 11010100 | 10001010 | 11001110 | 0 | 100011 | 11 | 10001 | 100110001 | 101110 | 1000101 |
Color Harmonies of #D48ACE
Complementary color
Monochromatic Colors of #D48ACE
Black with #D48ACE
Text Example
Text Example
White with #D48ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48ACE; }
p { color: rgb(212,138,206); }
H1.HeaderClassName
{
color: #D48ACE;
}
.AnyTagClassName
{
color: #D48ACE;
}
</style>
background-color css
<style>
a { background-color: #D48ACE; }
a { background-color: rgb(212,138,206); }
div.DivClassName
{
background-color: #D48ACE;
}
.BgClassName
{
background-color: #D48ACE;
}
</style>
border-color css
<style>
span { border-color: #D48ACE; }
span { border-color: rgb(212,138,206); }
td.TdClassName
{
border-color: #D48ACE;
}
.TagClassName
{
border-color: #D48ACE;
}
</style>