Shades of Orchid #DC7FDE
Tints of Orchid #DC7FDE
RGB
CMYK
RGB Variations
Color information
#DC7FDE (or 0xDC7FDE) is known color: Orchid. HEX triplet: DC, 7F and DE. RGB value is (220,127,222). Sum of RGB (Red+Green+Blue) = 220+127+222=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC7FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FDE is #238021. Grayscale: #A5A5A5. Windows color (decimal): -2326562 or 14581724. OLE color: 14581724.
HSL color Cylindrical-coordinate representation of color #DC7FDE: hue angle of 298.74º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7FDE is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 127 | 222 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.13 |
| HSL | 298.74º | 0.59% | 0.68% | - |
| HSV(B) | 298.74º | 0.43% | 0.87% | - |
| XYZ | 50.29 | 35.67 | 73.34 | - |
| YUV | 165.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 222 | 0.01 | 0.43 | 0 | 0.13 | 298.74 | 0.59 | 0.68 |
| Hex | DC | 7F | DE | 1 | 2B | 0 | D | 12B | 3B | 44 |
| Octal | 334 | 177 | 336 | 1 | 53 | 0 | 15 | 453 | 73 | 104 |
| Binary | 11011100 | 1111111 | 11011110 | 1 | 101011 | 0 | 1101 | 100101011 | 111011 | 1000100 |
Color Harmonies of #DC7FDE
Complementary color
Monochromatic Colors of #DC7FDE
Black with #DC7FDE
Text Example
Text Example
White with #DC7FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FDE; }
p { color: rgb(220,127,222); }
H1.HeaderClassName
{
color: #DC7FDE;
}
.AnyTagClassName
{
color: #DC7FDE;
}
</style>
background-color css
<style>
a { background-color: #DC7FDE; }
a { background-color: rgb(220,127,222); }
div.DivClassName
{
background-color: #DC7FDE;
}
.BgClassName
{
background-color: #DC7FDE;
}
</style>
border-color css
<style>
span { border-color: #DC7FDE; }
span { border-color: rgb(220,127,222); }
td.TdClassName
{
border-color: #DC7FDE;
}
.TagClassName
{
border-color: #DC7FDE;
}
</style>