Shades of Orchid #D588CB
Tints of Orchid #D588CB
RGB
CMYK
RGB Variations
Color information
#D588CB (or 0xD588CB) is known color: Orchid. HEX triplet: D5, 88 and CB. RGB value is (213,136,203). Sum of RGB (Red+Green+Blue) = 213+136+203=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D588CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588CB is #2A7734. Grayscale: #A6A6A6. Windows color (decimal): -2783029 or 13338837. OLE color: 13338837.
HSL color Cylindrical-coordinate representation of color #D588CB: hue angle of 307.79º 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 #D588CB is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 203 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.16 |
| HSL | 307.79º | 0.48% | 0.68% | - |
| HSV(B) | 307.79º | 0.36% | 0.84% | - |
| XYZ | 47.02 | 36.07 | 60.98 | - |
| YUV | 166.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 203 | 0 | 0.36 | 0.05 | 0.16 | 307.79 | 0.48 | 0.68 |
| Hex | D5 | 88 | CB | 0 | 24 | 5 | 10 | 134 | 30 | 44 |
| Octal | 325 | 210 | 313 | 0 | 44 | 5 | 20 | 464 | 60 | 104 |
| Binary | 11010101 | 10001000 | 11001011 | 0 | 100100 | 101 | 10000 | 100110100 | 110000 | 1000100 |
Color Harmonies of #D588CB
Complementary color
Monochromatic Colors of #D588CB
Black with #D588CB
Text Example
Text Example
White with #D588CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588CB; }
p { color: rgb(213,136,203); }
H1.HeaderClassName
{
color: #D588CB;
}
.AnyTagClassName
{
color: #D588CB;
}
</style>
background-color css
<style>
a { background-color: #D588CB; }
a { background-color: rgb(213,136,203); }
div.DivClassName
{
background-color: #D588CB;
}
.BgClassName
{
background-color: #D588CB;
}
</style>
border-color css
<style>
span { border-color: #D588CB; }
span { border-color: rgb(213,136,203); }
td.TdClassName
{
border-color: #D588CB;
}
.TagClassName
{
border-color: #D588CB;
}
</style>