Shades of Orchid #D087CC
Tints of Orchid #D087CC
RGB
CMYK
RGB Variations
Color information
#D087CC (or 0xD087CC) is known color: Orchid. HEX triplet: D0, 87 and CC. RGB value is (208,135,204). Sum of RGB (Red+Green+Blue) = 208+135+204=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D087CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087CC is #2F7833. Grayscale: #A4A4A4. Windows color (decimal): -3110964 or 13404112. OLE color: 13404112.
HSL color Cylindrical-coordinate representation of color #D087CC: hue angle of 303.29º 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 #D087CC is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 204 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.18 |
| HSL | 303.29º | 0.44% | 0.67% | - |
| HSV(B) | 303.29º | 0.35% | 0.82% | - |
| XYZ | 45.58 | 35.1 | 61.5 | - |
| YUV | 164.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 204 | 0 | 0.35 | 0.02 | 0.18 | 303.29 | 0.44 | 0.67 |
| Hex | D0 | 87 | CC | 0 | 23 | 2 | 12 | 12F | 2C | 43 |
| Octal | 320 | 207 | 314 | 0 | 43 | 2 | 22 | 457 | 54 | 103 |
| Binary | 11010000 | 10000111 | 11001100 | 0 | 100011 | 10 | 10010 | 100101111 | 101100 | 1000011 |
Color Harmonies of #D087CC
Complementary color
Monochromatic Colors of #D087CC
Black with #D087CC
Text Example
Text Example
White with #D087CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087CC; }
p { color: rgb(208,135,204); }
H1.HeaderClassName
{
color: #D087CC;
}
.AnyTagClassName
{
color: #D087CC;
}
</style>
background-color css
<style>
a { background-color: #D087CC; }
a { background-color: rgb(208,135,204); }
div.DivClassName
{
background-color: #D087CC;
}
.BgClassName
{
background-color: #D087CC;
}
</style>
border-color css
<style>
span { border-color: #D087CC; }
span { border-color: rgb(208,135,204); }
td.TdClassName
{
border-color: #D087CC;
}
.TagClassName
{
border-color: #D087CC;
}
</style>