Shades of Orchid #DD70CB
Tints of Orchid #DD70CB
RGB
CMYK
RGB Variations
Color information
#DD70CB (or 0xDD70CB) is known color: Orchid. HEX triplet: DD, 70 and CB. RGB value is (221,112,203). Sum of RGB (Red+Green+Blue) = 221+112+203=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70CB is #228F34. Grayscale: #9A9A9A. Windows color (decimal): -2264885 or 13332701. OLE color: 13332701.
HSL color Cylindrical-coordinate representation of color #DD70CB: hue angle of 309.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD70CB is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 203 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.13 |
| HSL | 309.91º | 0.62% | 0.65% | - |
| HSV(B) | 309.91º | 0.49% | 0.87% | - |
| XYZ | 46.39 | 31.27 | 60.09 | - |
| YUV | 154.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 203 | 0 | 0.49 | 0.08 | 0.13 | 309.91 | 0.62 | 0.65 |
| Hex | DD | 70 | CB | 0 | 31 | 8 | D | 136 | 3E | 41 |
| Octal | 335 | 160 | 313 | 0 | 61 | 10 | 15 | 466 | 76 | 101 |
| Binary | 11011101 | 1110000 | 11001011 | 0 | 110001 | 1000 | 1101 | 100110110 | 111110 | 1000001 |
Color Harmonies of #DD70CB
Complementary color
Monochromatic Colors of #DD70CB
Black with #DD70CB
Text Example
Text Example
White with #DD70CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70CB; }
p { color: rgb(221,112,203); }
H1.HeaderClassName
{
color: #DD70CB;
}
.AnyTagClassName
{
color: #DD70CB;
}
</style>
background-color css
<style>
a { background-color: #DD70CB; }
a { background-color: rgb(221,112,203); }
div.DivClassName
{
background-color: #DD70CB;
}
.BgClassName
{
background-color: #DD70CB;
}
</style>
border-color css
<style>
span { border-color: #DD70CB; }
span { border-color: rgb(221,112,203); }
td.TdClassName
{
border-color: #DD70CB;
}
.TagClassName
{
border-color: #DD70CB;
}
</style>