Shades of Orchid #DC7BCA
Tints of Orchid #DC7BCA
RGB
CMYK
RGB Variations
Color information
#DC7BCA (or 0xDC7BCA) is known color: Orchid. HEX triplet: DC, 7B and CA. RGB value is (220,123,202). Sum of RGB (Red+Green+Blue) = 220+123+202=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BCA is #238435. Grayscale: #A0A0A0. Windows color (decimal): -2327606 or 13269980. OLE color: 13269980.
HSL color Cylindrical-coordinate representation of color #DC7BCA: hue angle of 311.13º 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 #DC7BCA is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 202 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.14 |
| HSL | 311.13º | 0.58% | 0.67% | - |
| HSV(B) | 311.13º | 0.44% | 0.86% | - |
| XYZ | 47.26 | 33.65 | 59.88 | - |
| YUV | 161.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 202 | 0 | 0.44 | 0.08 | 0.14 | 311.13 | 0.58 | 0.67 |
| Hex | DC | 7B | CA | 0 | 2C | 8 | E | 137 | 3A | 43 |
| Octal | 334 | 173 | 312 | 0 | 54 | 10 | 16 | 467 | 72 | 103 |
| Binary | 11011100 | 1111011 | 11001010 | 0 | 101100 | 1000 | 1110 | 100110111 | 111010 | 1000011 |
Color Harmonies of #DC7BCA
Complementary color
Monochromatic Colors of #DC7BCA
Black with #DC7BCA
Text Example
Text Example
White with #DC7BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BCA; }
p { color: rgb(220,123,202); }
H1.HeaderClassName
{
color: #DC7BCA;
}
.AnyTagClassName
{
color: #DC7BCA;
}
</style>
background-color css
<style>
a { background-color: #DC7BCA; }
a { background-color: rgb(220,123,202); }
div.DivClassName
{
background-color: #DC7BCA;
}
.BgClassName
{
background-color: #DC7BCA;
}
</style>
border-color css
<style>
span { border-color: #DC7BCA; }
span { border-color: rgb(220,123,202); }
td.TdClassName
{
border-color: #DC7BCA;
}
.TagClassName
{
border-color: #DC7BCA;
}
</style>