Shades of Orchid #DC8BCA
Tints of Orchid #DC8BCA
RGB
CMYK
RGB Variations
Color information
#DC8BCA (or 0xDC8BCA) is known color: Orchid. HEX triplet: DC, 8B and CA. RGB value is (220,139,202). Sum of RGB (Red+Green+Blue) = 220+139+202=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BCA is #237435. Grayscale: #AAAAAA. Windows color (decimal): -2323510 or 13274076. OLE color: 13274076.
HSL color Cylindrical-coordinate representation of color #DC8BCA: hue angle of 313.33º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8BCA is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 202 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.14 |
| HSL | 313.33º | 0.54% | 0.7% | - |
| HSV(B) | 313.33º | 0.37% | 0.86% | - |
| XYZ | 49.41 | 37.95 | 60.6 | - |
| YUV | 170.4 | 145.84 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 202 | 0 | 0.37 | 0.08 | 0.14 | 313.33 | 0.54 | 0.7 |
| Hex | DC | 8B | CA | 0 | 25 | 8 | E | 139 | 36 | 46 |
| Octal | 334 | 213 | 312 | 0 | 45 | 10 | 16 | 471 | 66 | 106 |
| Binary | 11011100 | 10001011 | 11001010 | 0 | 100101 | 1000 | 1110 | 100111001 | 110110 | 1000110 |
Color Harmonies of #DC8BCA
Complementary color
Monochromatic Colors of #DC8BCA
Black with #DC8BCA
Text Example
Text Example
White with #DC8BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BCA; }
p { color: rgb(220,139,202); }
H1.HeaderClassName
{
color: #DC8BCA;
}
.AnyTagClassName
{
color: #DC8BCA;
}
</style>
background-color css
<style>
a { background-color: #DC8BCA; }
a { background-color: rgb(220,139,202); }
div.DivClassName
{
background-color: #DC8BCA;
}
.BgClassName
{
background-color: #DC8BCA;
}
</style>
border-color css
<style>
span { border-color: #DC8BCA; }
span { border-color: rgb(220,139,202); }
td.TdClassName
{
border-color: #DC8BCA;
}
.TagClassName
{
border-color: #DC8BCA;
}
</style>