Shades of Orchid #DC7FD3
Tints of Orchid #DC7FD3
RGB
CMYK
RGB Variations
Color information
#DC7FD3 (or 0xDC7FD3) is known color: Orchid. HEX triplet: DC, 7F and D3. RGB value is (220,127,211). Sum of RGB (Red+Green+Blue) = 220+127+211=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FD3 is #23802C. Grayscale: #A4A4A4. Windows color (decimal): -2326573 or 13860828. OLE color: 13860828.
HSL color Cylindrical-coordinate representation of color #DC7FD3: hue angle of 305.81º 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 #DC7FD3 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 211 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.14 |
| HSL | 305.81º | 0.57% | 0.68% | - |
| HSV(B) | 305.81º | 0.42% | 0.86% | - |
| XYZ | 48.86 | 35.1 | 65.83 | - |
| YUV | 164.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 211 | 0 | 0.42 | 0.04 | 0.14 | 305.81 | 0.57 | 0.68 |
| Hex | DC | 7F | D3 | 0 | 2A | 4 | E | 132 | 39 | 44 |
| Octal | 334 | 177 | 323 | 0 | 52 | 4 | 16 | 462 | 71 | 104 |
| Binary | 11011100 | 1111111 | 11010011 | 0 | 101010 | 100 | 1110 | 100110010 | 111001 | 1000100 |
Color Harmonies of #DC7FD3
Complementary color
Monochromatic Colors of #DC7FD3
Black with #DC7FD3
Text Example
Text Example
White with #DC7FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FD3; }
p { color: rgb(220,127,211); }
H1.HeaderClassName
{
color: #DC7FD3;
}
.AnyTagClassName
{
color: #DC7FD3;
}
</style>
background-color css
<style>
a { background-color: #DC7FD3; }
a { background-color: rgb(220,127,211); }
div.DivClassName
{
background-color: #DC7FD3;
}
.BgClassName
{
background-color: #DC7FD3;
}
</style>
border-color css
<style>
span { border-color: #DC7FD3; }
span { border-color: rgb(220,127,211); }
td.TdClassName
{
border-color: #DC7FD3;
}
.TagClassName
{
border-color: #DC7FD3;
}
</style>