Shades of Orchid #DC7FD2
Tints of Orchid #DC7FD2
RGB
CMYK
RGB Variations
Color information
#DC7FD2 (or 0xDC7FD2) is known color: Orchid. HEX triplet: DC, 7F and D2. RGB value is (220,127,210). Sum of RGB (Red+Green+Blue) = 220+127+210=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FD2 is #23802D. Grayscale: #A4A4A4. Windows color (decimal): -2326574 or 13795292. OLE color: 13795292.
HSL color Cylindrical-coordinate representation of color #DC7FD2: hue angle of 306.45º 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 #DC7FD2 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 210 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.14 |
| HSL | 306.45º | 0.57% | 0.68% | - |
| HSV(B) | 306.45º | 0.42% | 0.86% | - |
| XYZ | 48.74 | 35.05 | 65.17 | - |
| YUV | 164.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 210 | 0 | 0.42 | 0.05 | 0.14 | 306.45 | 0.57 | 0.68 |
| Hex | DC | 7F | D2 | 0 | 2A | 5 | E | 132 | 39 | 44 |
| Octal | 334 | 177 | 322 | 0 | 52 | 5 | 16 | 462 | 71 | 104 |
| Binary | 11011100 | 1111111 | 11010010 | 0 | 101010 | 101 | 1110 | 100110010 | 111001 | 1000100 |
Color Harmonies of #DC7FD2
Complementary color
Monochromatic Colors of #DC7FD2
Black with #DC7FD2
Text Example
Text Example
White with #DC7FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FD2; }
p { color: rgb(220,127,210); }
H1.HeaderClassName
{
color: #DC7FD2;
}
.AnyTagClassName
{
color: #DC7FD2;
}
</style>
background-color css
<style>
a { background-color: #DC7FD2; }
a { background-color: rgb(220,127,210); }
div.DivClassName
{
background-color: #DC7FD2;
}
.BgClassName
{
background-color: #DC7FD2;
}
</style>
border-color css
<style>
span { border-color: #DC7FD2; }
span { border-color: rgb(220,127,210); }
td.TdClassName
{
border-color: #DC7FD2;
}
.TagClassName
{
border-color: #DC7FD2;
}
</style>