Shades of Orchid #DC87DA
Tints of Orchid #DC87DA
RGB
CMYK
RGB Variations
Color information
#DC87DA (or 0xDC87DA) is known color: Orchid. HEX triplet: DC, 87 and DA. RGB value is (220,135,218). Sum of RGB (Red+Green+Blue) = 220+135+218=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87DA is #237825. Grayscale: #A9A9A9. Windows color (decimal): -2324518 or 14321628. OLE color: 14321628.
HSL color Cylindrical-coordinate representation of color #DC87DA: hue angle of 301.41º 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 #DC87DA is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 135 | 218 | - |
CMYK | 0 | 0.39 | 0.01 | 0.14 |
HSL | 301.41º | 0.55% | 0.7% | - |
HSV(B) | 301.41º | 0.39% | 0.86% | - |
XYZ | 50.83 | 37.61 | 70.91 | - |
YUV | 169.88 | 155.16 | 163.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 135 | 218 | 0 | 0.39 | 0.01 | 0.14 | 301.41 | 0.55 | 0.7 |
Hex | DC | 87 | DA | 0 | 27 | 1 | E | 12D | 37 | 46 |
Octal | 334 | 207 | 332 | 0 | 47 | 1 | 16 | 455 | 67 | 106 |
Binary | 11011100 | 10000111 | 11011010 | 0 | 100111 | 1 | 1110 | 100101101 | 110111 | 1000110 |
Color Harmonies of #DC87DA
Complementary color
Monochromatic Colors of #DC87DA
Black with #DC87DA
Text Example
Text Example
White with #DC87DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87DA; }
p { color: rgb(220,135,218); }
H1.HeaderClassName
{
color: #DC87DA;
}
.AnyTagClassName
{
color: #DC87DA;
}
</style>
background-color css
<style>
a { background-color: #DC87DA; }
a { background-color: rgb(220,135,218); }
div.DivClassName
{
background-color: #DC87DA;
}
.BgClassName
{
background-color: #DC87DA;
}
</style>
border-color css
<style>
span { border-color: #DC87DA; }
span { border-color: rgb(220,135,218); }
td.TdClassName
{
border-color: #DC87DA;
}
.TagClassName
{
border-color: #DC87DA;
}
</style>