Shades of Orchid #D087CB
Tints of Orchid #D087CB
RGB
CMYK
RGB Variations
Color information
#D087CB (or 0xD087CB) is known color: Orchid. HEX triplet: D0, 87 and CB. RGB value is (208,135,203). Sum of RGB (Red+Green+Blue) = 208+135+203=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D087CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087CB is #2F7834. Grayscale: #A4A4A4. Windows color (decimal): -3110965 or 13338576. OLE color: 13338576.
HSL color Cylindrical-coordinate representation of color #D087CB: hue angle of 304.11º 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 #D087CB is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 203 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.18 |
| HSL | 304.11º | 0.44% | 0.67% | - |
| HSV(B) | 304.11º | 0.35% | 0.82% | - |
| XYZ | 45.46 | 35.05 | 60.87 | - |
| YUV | 164.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 203 | 0 | 0.35 | 0.02 | 0.18 | 304.11 | 0.44 | 0.67 |
| Hex | D0 | 87 | CB | 0 | 23 | 2 | 12 | 130 | 2C | 43 |
| Octal | 320 | 207 | 313 | 0 | 43 | 2 | 22 | 460 | 54 | 103 |
| Binary | 11010000 | 10000111 | 11001011 | 0 | 100011 | 10 | 10010 | 100110000 | 101100 | 1000011 |
Color Harmonies of #D087CB
Complementary color
Monochromatic Colors of #D087CB
Black with #D087CB
Text Example
Text Example
White with #D087CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087CB; }
p { color: rgb(208,135,203); }
H1.HeaderClassName
{
color: #D087CB;
}
.AnyTagClassName
{
color: #D087CB;
}
</style>
background-color css
<style>
a { background-color: #D087CB; }
a { background-color: rgb(208,135,203); }
div.DivClassName
{
background-color: #D087CB;
}
.BgClassName
{
background-color: #D087CB;
}
</style>
border-color css
<style>
span { border-color: #D087CB; }
span { border-color: rgb(208,135,203); }
td.TdClassName
{
border-color: #D087CB;
}
.TagClassName
{
border-color: #D087CB;
}
</style>