Shades of Orchid #DF80CD
Tints of Orchid #DF80CD
RGB
CMYK
RGB Variations
Color information
#DF80CD (or 0xDF80CD) is known color: Orchid. HEX triplet: DF, 80 and CD. RGB value is (223,128,205). Sum of RGB (Red+Green+Blue) = 223+128+205=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80CD is #207F32. Grayscale: #A4A4A4. Windows color (decimal): -2129715 or 13467871. OLE color: 13467871.
HSL color Cylindrical-coordinate representation of color #DF80CD: hue angle of 311.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80CD is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 205 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.13 |
| HSL | 311.37º | 0.6% | 0.69% | - |
| HSV(B) | 311.37º | 0.43% | 0.87% | - |
| XYZ | 49.17 | 35.53 | 62.02 | - |
| YUV | 165.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 205 | 0 | 0.43 | 0.08 | 0.13 | 311.37 | 0.6 | 0.69 |
| Hex | DF | 80 | CD | 0 | 2B | 8 | D | 137 | 3C | 45 |
| Octal | 337 | 200 | 315 | 0 | 53 | 10 | 15 | 467 | 74 | 105 |
| Binary | 11011111 | 10000000 | 11001101 | 0 | 101011 | 1000 | 1101 | 100110111 | 111100 | 1000101 |
Color Harmonies of #DF80CD
Complementary color
Monochromatic Colors of #DF80CD
Black with #DF80CD
Text Example
Text Example
White with #DF80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80CD; }
p { color: rgb(223,128,205); }
H1.HeaderClassName
{
color: #DF80CD;
}
.AnyTagClassName
{
color: #DF80CD;
}
</style>
background-color css
<style>
a { background-color: #DF80CD; }
a { background-color: rgb(223,128,205); }
div.DivClassName
{
background-color: #DF80CD;
}
.BgClassName
{
background-color: #DF80CD;
}
</style>
border-color css
<style>
span { border-color: #DF80CD; }
span { border-color: rgb(223,128,205); }
td.TdClassName
{
border-color: #DF80CD;
}
.TagClassName
{
border-color: #DF80CD;
}
</style>