Shades of Orchid #DC85CC
Tints of Orchid #DC85CC
RGB
CMYK
RGB Variations
Color information
#DC85CC (or 0xDC85CC) is known color: Orchid. HEX triplet: DC, 85 and CC. RGB value is (220,133,204). Sum of RGB (Red+Green+Blue) = 220+133+204=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85CC is #237A33. Grayscale: #A6A6A6. Windows color (decimal): -2325044 or 13403612. OLE color: 13403612.
HSL color Cylindrical-coordinate representation of color #DC85CC: hue angle of 311.03º 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 #DC85CC is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 204 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.14 |
| HSL | 311.03º | 0.55% | 0.69% | - |
| HSV(B) | 311.03º | 0.4% | 0.86% | - |
| XYZ | 48.8 | 36.35 | 61.57 | - |
| YUV | 167.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 204 | 0 | 0.40 | 0.07 | 0.14 | 311.03 | 0.55 | 0.69 |
| Hex | DC | 85 | CC | 0 | 28 | 7 | E | 137 | 37 | 45 |
| Octal | 334 | 205 | 314 | 0 | 50 | 7 | 16 | 467 | 67 | 105 |
| Binary | 11011100 | 10000101 | 11001100 | 0 | 101000 | 111 | 1110 | 100110111 | 110111 | 1000101 |
Color Harmonies of #DC85CC
Complementary color
Monochromatic Colors of #DC85CC
Black with #DC85CC
Text Example
Text Example
White with #DC85CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85CC; }
p { color: rgb(220,133,204); }
H1.HeaderClassName
{
color: #DC85CC;
}
.AnyTagClassName
{
color: #DC85CC;
}
</style>
background-color css
<style>
a { background-color: #DC85CC; }
a { background-color: rgb(220,133,204); }
div.DivClassName
{
background-color: #DC85CC;
}
.BgClassName
{
background-color: #DC85CC;
}
</style>
border-color css
<style>
span { border-color: #DC85CC; }
span { border-color: rgb(220,133,204); }
td.TdClassName
{
border-color: #DC85CC;
}
.TagClassName
{
border-color: #DC85CC;
}
</style>