Shades of Orchid #D58AD0
Tints of Orchid #D58AD0
RGB
CMYK
RGB Variations
Color information
#D58AD0 (or 0xD58AD0) is known color: Orchid. HEX triplet: D5, 8A and D0. RGB value is (213,138,208). Sum of RGB (Red+Green+Blue) = 213+138+208=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AD0 is #2A752F. Grayscale: #A8A8A8. Windows color (decimal): -2782512 or 13667029. OLE color: 13667029.
HSL color Cylindrical-coordinate representation of color #D58AD0: hue angle of 304º 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 #D58AD0 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 208 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.16 |
| HSL | 304º | 0.47% | 0.69% | - |
| HSV(B) | 304º | 0.35% | 0.84% | - |
| XYZ | 47.91 | 36.88 | 64.27 | - |
| YUV | 168.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 208 | 0 | 0.35 | 0.02 | 0.16 | 304 | 0.47 | 0.69 |
| Hex | D5 | 8A | D0 | 0 | 23 | 2 | 10 | 130 | 2F | 45 |
| Octal | 325 | 212 | 320 | 0 | 43 | 2 | 20 | 460 | 57 | 105 |
| Binary | 11010101 | 10001010 | 11010000 | 0 | 100011 | 10 | 10000 | 100110000 | 101111 | 1000101 |
Color Harmonies of #D58AD0
Complementary color
Monochromatic Colors of #D58AD0
Black with #D58AD0
Text Example
Text Example
White with #D58AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AD0; }
p { color: rgb(213,138,208); }
H1.HeaderClassName
{
color: #D58AD0;
}
.AnyTagClassName
{
color: #D58AD0;
}
</style>
background-color css
<style>
a { background-color: #D58AD0; }
a { background-color: rgb(213,138,208); }
div.DivClassName
{
background-color: #D58AD0;
}
.BgClassName
{
background-color: #D58AD0;
}
</style>
border-color css
<style>
span { border-color: #D58AD0; }
span { border-color: rgb(213,138,208); }
td.TdClassName
{
border-color: #D58AD0;
}
.TagClassName
{
border-color: #D58AD0;
}
</style>