Shades of Orchid #DC85DC
Tints of Orchid #DC85DC
RGB
CMYK
RGB Variations
Color information
#DC85DC (or 0xDC85DC) is known color: Orchid. HEX triplet: DC, 85 and DC. RGB value is (220,133,220). Sum of RGB (Red+Green+Blue) = 220+133+220=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85DC is #237A23. Grayscale: #A8A8A8. Windows color (decimal): -2325028 or 14452188. OLE color: 14452188.
HSL color Cylindrical-coordinate representation of color #DC85DC: hue angle of 300º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC85DC is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 133 | 220 | - |
CMYK | 0 | 0.40 | 0 | 0.14 |
HSL | 300º | 0.55% | 0.69% | - |
HSV(B) | 300º | 0.4% | 0.86% | - |
XYZ | 50.82 | 37.16 | 72.2 | - |
YUV | 168.93 | 156.82 | 164.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 133 | 220 | 0 | 0.40 | 0 | 0.14 | 300 | 0.55 | 0.69 |
Hex | DC | 85 | DC | 0 | 28 | 0 | E | 12C | 37 | 45 |
Octal | 334 | 205 | 334 | 0 | 50 | 0 | 16 | 454 | 67 | 105 |
Binary | 11011100 | 10000101 | 11011100 | 0 | 101000 | 0 | 1110 | 100101100 | 110111 | 1000101 |
Color Harmonies of #DC85DC
Complementary color
Monochromatic Colors of #DC85DC
Black with #DC85DC
Text Example
Text Example
White with #DC85DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85DC; }
p { color: rgb(220,133,220); }
H1.HeaderClassName
{
color: #DC85DC;
}
.AnyTagClassName
{
color: #DC85DC;
}
</style>
background-color css
<style>
a { background-color: #DC85DC; }
a { background-color: rgb(220,133,220); }
div.DivClassName
{
background-color: #DC85DC;
}
.BgClassName
{
background-color: #DC85DC;
}
</style>
border-color css
<style>
span { border-color: #DC85DC; }
span { border-color: rgb(220,133,220); }
td.TdClassName
{
border-color: #DC85DC;
}
.TagClassName
{
border-color: #DC85DC;
}
</style>