Shades of Orchid #D087CA
Tints of Orchid #D087CA
RGB
CMYK
RGB Variations
Color information
#D087CA (or 0xD087CA) is known color: Orchid. HEX triplet: D0, 87 and CA. RGB value is (208,135,202). Sum of RGB (Red+Green+Blue) = 208+135+202=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D087CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087CA is #2F7835. Grayscale: #A4A4A4. Windows color (decimal): -3110966 or 13273040. OLE color: 13273040.
HSL color Cylindrical-coordinate representation of color #D087CA: hue angle of 304.93º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D087CA is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 202 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.18 |
| HSL | 304.93º | 0.44% | 0.67% | - |
| HSV(B) | 304.93º | 0.35% | 0.82% | - |
| XYZ | 45.34 | 35 | 60.24 | - |
| YUV | 164.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 202 | 0 | 0.35 | 0.03 | 0.18 | 304.93 | 0.44 | 0.67 |
| Hex | D0 | 87 | CA | 0 | 23 | 3 | 12 | 131 | 2C | 43 |
| Octal | 320 | 207 | 312 | 0 | 43 | 3 | 22 | 461 | 54 | 103 |
| Binary | 11010000 | 10000111 | 11001010 | 0 | 100011 | 11 | 10010 | 100110001 | 101100 | 1000011 |
Color Harmonies of #D087CA
Complementary color
Monochromatic Colors of #D087CA
Black with #D087CA
Text Example
Text Example
White with #D087CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087CA; }
p { color: rgb(208,135,202); }
H1.HeaderClassName
{
color: #D087CA;
}
.AnyTagClassName
{
color: #D087CA;
}
</style>
background-color css
<style>
a { background-color: #D087CA; }
a { background-color: rgb(208,135,202); }
div.DivClassName
{
background-color: #D087CA;
}
.BgClassName
{
background-color: #D087CA;
}
</style>
border-color css
<style>
span { border-color: #D087CA; }
span { border-color: rgb(208,135,202); }
td.TdClassName
{
border-color: #D087CA;
}
.TagClassName
{
border-color: #D087CA;
}
</style>