Shades of Orchid #DC7BDF
Tints of Orchid #DC7BDF
RGB
CMYK
RGB Variations
Color information
#DC7BDF (or 0xDC7BDF) is known color: Orchid. HEX triplet: DC, 7B and DF. RGB value is (220,123,223). Sum of RGB (Red+Green+Blue) = 220+123+223=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BDF is #238420. Grayscale: #A3A3A3. Windows color (decimal): -2327585 or 14646236. OLE color: 14646236.
HSL color Cylindrical-coordinate representation of color #DC7BDF: hue angle of 298.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7BDF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 123 | 223 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.13 |
| HSL | 298.2º | 0.61% | 0.68% | - |
| HSV(B) | 298.2º | 0.45% | 0.87% | - |
| XYZ | 49.92 | 34.71 | 73.88 | - |
| YUV | 163.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 223 | 0.01 | 0.45 | 0 | 0.13 | 298.2 | 0.61 | 0.68 |
| Hex | DC | 7B | DF | 1 | 2D | 0 | D | 12A | 3D | 44 |
| Octal | 334 | 173 | 337 | 1 | 55 | 0 | 15 | 452 | 75 | 104 |
| Binary | 11011100 | 1111011 | 11011111 | 1 | 101101 | 0 | 1101 | 100101010 | 111101 | 1000100 |
Color Harmonies of #DC7BDF
Complementary color
Monochromatic Colors of #DC7BDF
Black with #DC7BDF
Text Example
Text Example
White with #DC7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BDF; }
p { color: rgb(220,123,223); }
H1.HeaderClassName
{
color: #DC7BDF;
}
.AnyTagClassName
{
color: #DC7BDF;
}
</style>
background-color css
<style>
a { background-color: #DC7BDF; }
a { background-color: rgb(220,123,223); }
div.DivClassName
{
background-color: #DC7BDF;
}
.BgClassName
{
background-color: #DC7BDF;
}
</style>
border-color css
<style>
span { border-color: #DC7BDF; }
span { border-color: rgb(220,123,223); }
td.TdClassName
{
border-color: #DC7BDF;
}
.TagClassName
{
border-color: #DC7BDF;
}
</style>