Shades of Orchid #DC7FCA
Tints of Orchid #DC7FCA
RGB
CMYK
RGB Variations
Color information
#DC7FCA (or 0xDC7FCA) is known color: Orchid. HEX triplet: DC, 7F and CA. RGB value is (220,127,202). Sum of RGB (Red+Green+Blue) = 220+127+202=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FCA is #238035. Grayscale: #A3A3A3. Windows color (decimal): -2326582 or 13271004. OLE color: 13271004.
HSL color Cylindrical-coordinate representation of color #DC7FCA: hue angle of 311.61º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FCA is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 202 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.14 |
| HSL | 311.61º | 0.57% | 0.68% | - |
| HSV(B) | 311.61º | 0.42% | 0.86% | - |
| XYZ | 47.77 | 34.66 | 60.05 | - |
| YUV | 163.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 202 | 0 | 0.42 | 0.08 | 0.14 | 311.61 | 0.57 | 0.68 |
| Hex | DC | 7F | CA | 0 | 2A | 8 | E | 138 | 39 | 44 |
| Octal | 334 | 177 | 312 | 0 | 52 | 10 | 16 | 470 | 71 | 104 |
| Binary | 11011100 | 1111111 | 11001010 | 0 | 101010 | 1000 | 1110 | 100111000 | 111001 | 1000100 |
Color Harmonies of #DC7FCA
Complementary color
Monochromatic Colors of #DC7FCA
Black with #DC7FCA
Text Example
Text Example
White with #DC7FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FCA; }
p { color: rgb(220,127,202); }
H1.HeaderClassName
{
color: #DC7FCA;
}
.AnyTagClassName
{
color: #DC7FCA;
}
</style>
background-color css
<style>
a { background-color: #DC7FCA; }
a { background-color: rgb(220,127,202); }
div.DivClassName
{
background-color: #DC7FCA;
}
.BgClassName
{
background-color: #DC7FCA;
}
</style>
border-color css
<style>
span { border-color: #DC7FCA; }
span { border-color: rgb(220,127,202); }
td.TdClassName
{
border-color: #DC7FCA;
}
.TagClassName
{
border-color: #DC7FCA;
}
</style>