Shades of Orchid #DC7BCF
Tints of Orchid #DC7BCF
RGB
CMYK
RGB Variations
Color information
#DC7BCF (or 0xDC7BCF) is known color: Orchid. HEX triplet: DC, 7B and CF. RGB value is (220,123,207). Sum of RGB (Red+Green+Blue) = 220+123+207=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BCF is #238430. Grayscale: #A1A1A1. Windows color (decimal): -2327601 or 13597660. OLE color: 13597660.
HSL color Cylindrical-coordinate representation of color #DC7BCF: hue angle of 308.04º 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 #DC7BCF is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 207 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.14 |
| HSL | 308.04º | 0.58% | 0.67% | - |
| HSV(B) | 308.04º | 0.44% | 0.86% | - |
| XYZ | 47.86 | 33.89 | 63.05 | - |
| YUV | 161.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 207 | 0 | 0.44 | 0.06 | 0.14 | 308.04 | 0.58 | 0.67 |
| Hex | DC | 7B | CF | 0 | 2C | 6 | E | 134 | 3A | 43 |
| Octal | 334 | 173 | 317 | 0 | 54 | 6 | 16 | 464 | 72 | 103 |
| Binary | 11011100 | 1111011 | 11001111 | 0 | 101100 | 110 | 1110 | 100110100 | 111010 | 1000011 |
Color Harmonies of #DC7BCF
Complementary color
Monochromatic Colors of #DC7BCF
Black with #DC7BCF
Text Example
Text Example
White with #DC7BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BCF; }
p { color: rgb(220,123,207); }
H1.HeaderClassName
{
color: #DC7BCF;
}
.AnyTagClassName
{
color: #DC7BCF;
}
</style>
background-color css
<style>
a { background-color: #DC7BCF; }
a { background-color: rgb(220,123,207); }
div.DivClassName
{
background-color: #DC7BCF;
}
.BgClassName
{
background-color: #DC7BCF;
}
</style>
border-color css
<style>
span { border-color: #DC7BCF; }
span { border-color: rgb(220,123,207); }
td.TdClassName
{
border-color: #DC7BCF;
}
.TagClassName
{
border-color: #DC7BCF;
}
</style>