Shades of Orchid #D588CD
Tints of Orchid #D588CD
RGB
CMYK
RGB Variations
Color information
#D588CD (or 0xD588CD) is known color: Orchid. HEX triplet: D5, 88 and CD. RGB value is (213,136,205). Sum of RGB (Red+Green+Blue) = 213+136+205=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D588CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588CD is #2A7732. Grayscale: #A6A6A6. Windows color (decimal): -2783027 or 13469909. OLE color: 13469909.
HSL color Cylindrical-coordinate representation of color #D588CD: hue angle of 306.23º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D588CD is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 205 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.16 |
| HSL | 306.23º | 0.48% | 0.68% | - |
| HSV(B) | 306.23º | 0.36% | 0.84% | - |
| XYZ | 47.26 | 36.16 | 62.25 | - |
| YUV | 166.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 205 | 0 | 0.36 | 0.04 | 0.16 | 306.23 | 0.48 | 0.68 |
| Hex | D5 | 88 | CD | 0 | 24 | 4 | 10 | 132 | 30 | 44 |
| Octal | 325 | 210 | 315 | 0 | 44 | 4 | 20 | 462 | 60 | 104 |
| Binary | 11010101 | 10001000 | 11001101 | 0 | 100100 | 100 | 10000 | 100110010 | 110000 | 1000100 |
Color Harmonies of #D588CD
Complementary color
Monochromatic Colors of #D588CD
Black with #D588CD
Text Example
Text Example
White with #D588CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588CD; }
p { color: rgb(213,136,205); }
H1.HeaderClassName
{
color: #D588CD;
}
.AnyTagClassName
{
color: #D588CD;
}
</style>
background-color css
<style>
a { background-color: #D588CD; }
a { background-color: rgb(213,136,205); }
div.DivClassName
{
background-color: #D588CD;
}
.BgClassName
{
background-color: #D588CD;
}
</style>
border-color css
<style>
span { border-color: #D588CD; }
span { border-color: rgb(213,136,205); }
td.TdClassName
{
border-color: #D588CD;
}
.TagClassName
{
border-color: #D588CD;
}
</style>