Shades of Orchid #DC86D2
Tints of Orchid #DC86D2
RGB
CMYK
RGB Variations
Color information
#DC86D2 (or 0xDC86D2) is known color: Orchid. HEX triplet: DC, 86 and D2. RGB value is (220,134,210). Sum of RGB (Red+Green+Blue) = 220+134+210=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86D2 is #23792D. Grayscale: #A8A8A8. Windows color (decimal): -2324782 or 13797084. OLE color: 13797084.
HSL color Cylindrical-coordinate representation of color #DC86D2: hue angle of 306.98º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC86D2 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 210 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.14 |
| HSL | 306.98º | 0.55% | 0.69% | - |
| HSV(B) | 306.98º | 0.39% | 0.86% | - |
| XYZ | 49.67 | 36.92 | 65.48 | - |
| YUV | 168.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 210 | 0 | 0.39 | 0.05 | 0.14 | 306.98 | 0.55 | 0.69 |
| Hex | DC | 86 | D2 | 0 | 27 | 5 | E | 133 | 37 | 45 |
| Octal | 334 | 206 | 322 | 0 | 47 | 5 | 16 | 463 | 67 | 105 |
| Binary | 11011100 | 10000110 | 11010010 | 0 | 100111 | 101 | 1110 | 100110011 | 110111 | 1000101 |
Color Harmonies of #DC86D2
Complementary color
Monochromatic Colors of #DC86D2
Black with #DC86D2
Text Example
Text Example
White with #DC86D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC86D2; }
p { color: rgb(220,134,210); }
H1.HeaderClassName
{
color: #DC86D2;
}
.AnyTagClassName
{
color: #DC86D2;
}
</style>
background-color css
<style>
a { background-color: #DC86D2; }
a { background-color: rgb(220,134,210); }
div.DivClassName
{
background-color: #DC86D2;
}
.BgClassName
{
background-color: #DC86D2;
}
</style>
border-color css
<style>
span { border-color: #DC86D2; }
span { border-color: rgb(220,134,210); }
td.TdClassName
{
border-color: #DC86D2;
}
.TagClassName
{
border-color: #DC86D2;
}
</style>