Shades of Orchid #DC87D1
Tints of Orchid #DC87D1
RGB
CMYK
RGB Variations
Color information
#DC87D1 (or 0xDC87D1) is known color: Orchid. HEX triplet: DC, 87 and D1. RGB value is (220,135,209). Sum of RGB (Red+Green+Blue) = 220+135+209=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87D1 is #23782E. Grayscale: #A8A8A8. Windows color (decimal): -2324527 or 13731804. OLE color: 13731804.
HSL color Cylindrical-coordinate representation of color #DC87D1: hue angle of 307.76º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87D1 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 209 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.14 |
| HSL | 307.76º | 0.55% | 0.7% | - |
| HSV(B) | 307.76º | 0.39% | 0.86% | - |
| XYZ | 49.69 | 37.15 | 64.87 | - |
| YUV | 168.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 209 | 0 | 0.39 | 0.05 | 0.14 | 307.76 | 0.55 | 0.7 |
| Hex | DC | 87 | D1 | 0 | 27 | 5 | E | 134 | 37 | 46 |
| Octal | 334 | 207 | 321 | 0 | 47 | 5 | 16 | 464 | 67 | 106 |
| Binary | 11011100 | 10000111 | 11010001 | 0 | 100111 | 101 | 1110 | 100110100 | 110111 | 1000110 |
Color Harmonies of #DC87D1
Complementary color
Monochromatic Colors of #DC87D1
Black with #DC87D1
Text Example
Text Example
White with #DC87D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87D1; }
p { color: rgb(220,135,209); }
H1.HeaderClassName
{
color: #DC87D1;
}
.AnyTagClassName
{
color: #DC87D1;
}
</style>
background-color css
<style>
a { background-color: #DC87D1; }
a { background-color: rgb(220,135,209); }
div.DivClassName
{
background-color: #DC87D1;
}
.BgClassName
{
background-color: #DC87D1;
}
</style>
border-color css
<style>
span { border-color: #DC87D1; }
span { border-color: rgb(220,135,209); }
td.TdClassName
{
border-color: #DC87D1;
}
.TagClassName
{
border-color: #DC87D1;
}
</style>