Shades of Orchid #DC85CA
Tints of Orchid #DC85CA
RGB
CMYK
RGB Variations
Color information
#DC85CA (or 0xDC85CA) is known color: Orchid. HEX triplet: DC, 85 and CA. RGB value is (220,133,202). Sum of RGB (Red+Green+Blue) = 220+133+202=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85CA is #237A35. Grayscale: #A6A6A6. Windows color (decimal): -2325046 or 13272540. OLE color: 13272540.
HSL color Cylindrical-coordinate representation of color #DC85CA: hue angle of 312.41º 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 #DC85CA is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 202 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.14 |
| HSL | 312.41º | 0.55% | 0.69% | - |
| HSV(B) | 312.41º | 0.4% | 0.86% | - |
| XYZ | 48.56 | 36.25 | 60.32 | - |
| YUV | 166.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 202 | 0 | 0.40 | 0.08 | 0.14 | 312.41 | 0.55 | 0.69 |
| Hex | DC | 85 | CA | 0 | 28 | 8 | E | 138 | 37 | 45 |
| Octal | 334 | 205 | 312 | 0 | 50 | 10 | 16 | 470 | 67 | 105 |
| Binary | 11011100 | 10000101 | 11001010 | 0 | 101000 | 1000 | 1110 | 100111000 | 110111 | 1000101 |
Color Harmonies of #DC85CA
Complementary color
Monochromatic Colors of #DC85CA
Black with #DC85CA
Text Example
Text Example
White with #DC85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85CA; }
p { color: rgb(220,133,202); }
H1.HeaderClassName
{
color: #DC85CA;
}
.AnyTagClassName
{
color: #DC85CA;
}
</style>
background-color css
<style>
a { background-color: #DC85CA; }
a { background-color: rgb(220,133,202); }
div.DivClassName
{
background-color: #DC85CA;
}
.BgClassName
{
background-color: #DC85CA;
}
</style>
border-color css
<style>
span { border-color: #DC85CA; }
span { border-color: rgb(220,133,202); }
td.TdClassName
{
border-color: #DC85CA;
}
.TagClassName
{
border-color: #DC85CA;
}
</style>