Shades of Orchid #D58ACD
Tints of Orchid #D58ACD
RGB
CMYK
RGB Variations
Color information
#D58ACD (or 0xD58ACD) is known color: Orchid. HEX triplet: D5, 8A and CD. RGB value is (213,138,205). Sum of RGB (Red+Green+Blue) = 213+138+205=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ACD is #2A7532. Grayscale: #A7A7A7. Windows color (decimal): -2782515 or 13470421. OLE color: 13470421.
HSL color Cylindrical-coordinate representation of color #D58ACD: hue angle of 306.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58ACD is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 205 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.16 |
| HSL | 306.4º | 0.47% | 0.69% | - |
| HSV(B) | 306.4º | 0.35% | 0.84% | - |
| XYZ | 47.55 | 36.73 | 62.34 | - |
| YUV | 168.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 205 | 0 | 0.35 | 0.04 | 0.16 | 306.4 | 0.47 | 0.69 |
| Hex | D5 | 8A | CD | 0 | 23 | 4 | 10 | 132 | 2F | 45 |
| Octal | 325 | 212 | 315 | 0 | 43 | 4 | 20 | 462 | 57 | 105 |
| Binary | 11010101 | 10001010 | 11001101 | 0 | 100011 | 100 | 10000 | 100110010 | 101111 | 1000101 |
Color Harmonies of #D58ACD
Complementary color
Monochromatic Colors of #D58ACD
Black with #D58ACD
Text Example
Text Example
White with #D58ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58ACD; }
p { color: rgb(213,138,205); }
H1.HeaderClassName
{
color: #D58ACD;
}
.AnyTagClassName
{
color: #D58ACD;
}
</style>
background-color css
<style>
a { background-color: #D58ACD; }
a { background-color: rgb(213,138,205); }
div.DivClassName
{
background-color: #D58ACD;
}
.BgClassName
{
background-color: #D58ACD;
}
</style>
border-color css
<style>
span { border-color: #D58ACD; }
span { border-color: rgb(213,138,205); }
td.TdClassName
{
border-color: #D58ACD;
}
.TagClassName
{
border-color: #D58ACD;
}
</style>