Shades of Orchid #DD80CB
Tints of Orchid #DD80CB
RGB
CMYK
RGB Variations
Color information
#DD80CB (or 0xDD80CB) is known color: Orchid. HEX triplet: DD, 80 and CB. RGB value is (221,128,203). Sum of RGB (Red+Green+Blue) = 221+128+203=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80CB is #227F34. Grayscale: #A4A4A4. Windows color (decimal): -2260789 or 13336797. OLE color: 13336797.
HSL color Cylindrical-coordinate representation of color #DD80CB: hue angle of 311.61º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80CB is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 203 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.13 |
| HSL | 311.61º | 0.58% | 0.68% | - |
| HSV(B) | 311.61º | 0.42% | 0.87% | - |
| XYZ | 48.32 | 35.12 | 60.73 | - |
| YUV | 164.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 203 | 0 | 0.42 | 0.08 | 0.13 | 311.61 | 0.58 | 0.68 |
| Hex | DD | 80 | CB | 0 | 2A | 8 | D | 138 | 3A | 44 |
| Octal | 335 | 200 | 313 | 0 | 52 | 10 | 15 | 470 | 72 | 104 |
| Binary | 11011101 | 10000000 | 11001011 | 0 | 101010 | 1000 | 1101 | 100111000 | 111010 | 1000100 |
Color Harmonies of #DD80CB
Complementary color
Monochromatic Colors of #DD80CB
Black with #DD80CB
Text Example
Text Example
White with #DD80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80CB; }
p { color: rgb(221,128,203); }
H1.HeaderClassName
{
color: #DD80CB;
}
.AnyTagClassName
{
color: #DD80CB;
}
</style>
background-color css
<style>
a { background-color: #DD80CB; }
a { background-color: rgb(221,128,203); }
div.DivClassName
{
background-color: #DD80CB;
}
.BgClassName
{
background-color: #DD80CB;
}
</style>
border-color css
<style>
span { border-color: #DD80CB; }
span { border-color: rgb(221,128,203); }
td.TdClassName
{
border-color: #DD80CB;
}
.TagClassName
{
border-color: #DD80CB;
}
</style>