Shades of Orchid #D073DC
Tints of Orchid #D073DC
RGB
CMYK
RGB Variations
Color information
#D073DC (or 0xD073DC) is known color: Orchid. HEX triplet: D0, 73 and DC. RGB value is (208,115,220). Sum of RGB (Red+Green+Blue) = 208+115+220=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #D073DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073DC is #2F8C23. Grayscale: #9A9A9A. Windows color (decimal): -3116068 or 14447568. OLE color: 14447568.
HSL color Cylindrical-coordinate representation of color #D073DC: hue angle of 293.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D073DC is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 115 | 220 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.14 |
| HSL | 293.14º | 0.6% | 0.66% | - |
| HSV(B) | 293.14º | 0.48% | 0.86% | - |
| XYZ | 45.06 | 30.84 | 71.29 | - |
| YUV | 154.78 | 164.81 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 220 | 0.05 | 0.48 | 0 | 0.14 | 293.14 | 0.6 | 0.66 |
| Hex | D0 | 73 | DC | 5 | 30 | 0 | E | 125 | 3C | 42 |
| Octal | 320 | 163 | 334 | 5 | 60 | 0 | 16 | 445 | 74 | 102 |
| Binary | 11010000 | 1110011 | 11011100 | 101 | 110000 | 0 | 1110 | 100100101 | 111100 | 1000010 |
Color Harmonies of #D073DC
Complementary color
Monochromatic Colors of #D073DC
Black with #D073DC
Text Example
Text Example
White with #D073DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D073DC; }
p { color: rgb(208,115,220); }
H1.HeaderClassName
{
color: #D073DC;
}
.AnyTagClassName
{
color: #D073DC;
}
</style>
background-color css
<style>
a { background-color: #D073DC; }
a { background-color: rgb(208,115,220); }
div.DivClassName
{
background-color: #D073DC;
}
.BgClassName
{
background-color: #D073DC;
}
</style>
border-color css
<style>
span { border-color: #D073DC; }
span { border-color: rgb(208,115,220); }
td.TdClassName
{
border-color: #D073DC;
}
.TagClassName
{
border-color: #D073DC;
}
</style>