Shades of Orchid #DC87CA
Tints of Orchid #DC87CA
RGB
CMYK
RGB Variations
Color information
#DC87CA (or 0xDC87CA) is known color: Orchid. HEX triplet: DC, 87 and CA. RGB value is (220,135,202). Sum of RGB (Red+Green+Blue) = 220+135+202=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87CA is #237835. Grayscale: #A7A7A7. Windows color (decimal): -2324534 or 13273052. OLE color: 13273052.
HSL color Cylindrical-coordinate representation of color #DC87CA: hue angle of 312.71º 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 #DC87CA is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 202 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.14 |
| HSL | 312.71º | 0.55% | 0.7% | - |
| HSV(B) | 312.71º | 0.39% | 0.86% | - |
| XYZ | 48.84 | 36.81 | 60.41 | - |
| YUV | 168.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 202 | 0 | 0.39 | 0.08 | 0.14 | 312.71 | 0.55 | 0.7 |
| Hex | DC | 87 | CA | 0 | 27 | 8 | E | 139 | 37 | 46 |
| Octal | 334 | 207 | 312 | 0 | 47 | 10 | 16 | 471 | 67 | 106 |
| Binary | 11011100 | 10000111 | 11001010 | 0 | 100111 | 1000 | 1110 | 100111001 | 110111 | 1000110 |
Color Harmonies of #DC87CA
Complementary color
Monochromatic Colors of #DC87CA
Black with #DC87CA
Text Example
Text Example
White with #DC87CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87CA; }
p { color: rgb(220,135,202); }
H1.HeaderClassName
{
color: #DC87CA;
}
.AnyTagClassName
{
color: #DC87CA;
}
</style>
background-color css
<style>
a { background-color: #DC87CA; }
a { background-color: rgb(220,135,202); }
div.DivClassName
{
background-color: #DC87CA;
}
.BgClassName
{
background-color: #DC87CA;
}
</style>
border-color css
<style>
span { border-color: #DC87CA; }
span { border-color: rgb(220,135,202); }
td.TdClassName
{
border-color: #DC87CA;
}
.TagClassName
{
border-color: #DC87CA;
}
</style>