Shades of Orchid #D587C3
Tints of Orchid #D587C3
RGB
CMYK
RGB Variations
Color information
#D587C3 (or 0xD587C3) is known color: Orchid. HEX triplet: D5, 87 and C3. RGB value is (213,135,195). Sum of RGB (Red+Green+Blue) = 213+135+195=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D587C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587C3 is #2A783C. Grayscale: #A4A4A4. Windows color (decimal): -2783293 or 12814293. OLE color: 12814293.
HSL color Cylindrical-coordinate representation of color #D587C3: hue angle of 313.85º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D587C3 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 195 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.16 |
| HSL | 313.85º | 0.48% | 0.68% | - |
| HSV(B) | 313.85º | 0.37% | 0.84% | - |
| XYZ | 45.95 | 35.41 | 56.04 | - |
| YUV | 165.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 195 | 0 | 0.37 | 0.08 | 0.16 | 313.85 | 0.48 | 0.68 |
| Hex | D5 | 87 | C3 | 0 | 25 | 8 | 10 | 13A | 30 | 44 |
| Octal | 325 | 207 | 303 | 0 | 45 | 10 | 20 | 472 | 60 | 104 |
| Binary | 11010101 | 10000111 | 11000011 | 0 | 100101 | 1000 | 10000 | 100111010 | 110000 | 1000100 |
Color Harmonies of #D587C3
Complementary color
Monochromatic Colors of #D587C3
Black with #D587C3
Text Example
Text Example
White with #D587C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D587C3; }
p { color: rgb(213,135,195); }
H1.HeaderClassName
{
color: #D587C3;
}
.AnyTagClassName
{
color: #D587C3;
}
</style>
background-color css
<style>
a { background-color: #D587C3; }
a { background-color: rgb(213,135,195); }
div.DivClassName
{
background-color: #D587C3;
}
.BgClassName
{
background-color: #D587C3;
}
</style>
border-color css
<style>
span { border-color: #D587C3; }
span { border-color: rgb(213,135,195); }
td.TdClassName
{
border-color: #D587C3;
}
.TagClassName
{
border-color: #D587C3;
}
</style>