Shades of Orchid #DC7CCA
Tints of Orchid #DC7CCA
RGB
CMYK
RGB Variations
Color information
#DC7CCA (or 0xDC7CCA) is known color: Orchid. HEX triplet: DC, 7C and CA. RGB value is (220,124,202). Sum of RGB (Red+Green+Blue) = 220+124+202=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CCA is #238335. Grayscale: #A1A1A1. Windows color (decimal): -2327350 or 13270236. OLE color: 13270236.
HSL color Cylindrical-coordinate representation of color #DC7CCA: hue angle of 311.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7CCA is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 202 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.14 |
| HSL | 311.25º | 0.58% | 0.67% | - |
| HSV(B) | 311.25º | 0.44% | 0.86% | - |
| XYZ | 47.38 | 33.9 | 59.92 | - |
| YUV | 161.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 202 | 0 | 0.44 | 0.08 | 0.14 | 311.25 | 0.58 | 0.67 |
| Hex | DC | 7C | CA | 0 | 2C | 8 | E | 137 | 3A | 43 |
| Octal | 334 | 174 | 312 | 0 | 54 | 10 | 16 | 467 | 72 | 103 |
| Binary | 11011100 | 1111100 | 11001010 | 0 | 101100 | 1000 | 1110 | 100110111 | 111010 | 1000011 |
Color Harmonies of #DC7CCA
Complementary color
Monochromatic Colors of #DC7CCA
Black with #DC7CCA
Text Example
Text Example
White with #DC7CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CCA; }
p { color: rgb(220,124,202); }
H1.HeaderClassName
{
color: #DC7CCA;
}
.AnyTagClassName
{
color: #DC7CCA;
}
</style>
background-color css
<style>
a { background-color: #DC7CCA; }
a { background-color: rgb(220,124,202); }
div.DivClassName
{
background-color: #DC7CCA;
}
.BgClassName
{
background-color: #DC7CCA;
}
</style>
border-color css
<style>
span { border-color: #DC7CCA; }
span { border-color: rgb(220,124,202); }
td.TdClassName
{
border-color: #DC7CCA;
}
.TagClassName
{
border-color: #DC7CCA;
}
</style>