Shades of Orchid #DD69C0
Tints of Orchid #DD69C0
RGB
CMYK
RGB Variations
Color information
#DD69C0 (or 0xDD69C0) is known color: Orchid. HEX triplet: DD, 69 and C0. RGB value is (221,105,192). Sum of RGB (Red+Green+Blue) = 221+105+192=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69C0 is #22963F. Grayscale: #959595. Windows color (decimal): -2266688 or 12610013. OLE color: 12610013.
HSL color Cylindrical-coordinate representation of color #DD69C0: hue angle of 315º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD69C0 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 192 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.13 |
| HSL | 315º | 0.63% | 0.64% | - |
| HSV(B) | 315º | 0.52% | 0.87% | - |
| XYZ | 44.38 | 29.28 | 53.18 | - |
| YUV | 149.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 192 | 0 | 0.52 | 0.13 | 0.13 | 315 | 0.63 | 0.64 |
| Hex | DD | 69 | C0 | 0 | 34 | D | D | 13B | 3F | 40 |
| Octal | 335 | 151 | 300 | 0 | 64 | 15 | 15 | 473 | 77 | 100 |
| Binary | 11011101 | 1101001 | 11000000 | 0 | 110100 | 1101 | 1101 | 100111011 | 111111 | 1000000 |
Color Harmonies of #DD69C0
Complementary color
Monochromatic Colors of #DD69C0
Black with #DD69C0
Text Example
Text Example
White with #DD69C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69C0; }
p { color: rgb(221,105,192); }
H1.HeaderClassName
{
color: #DD69C0;
}
.AnyTagClassName
{
color: #DD69C0;
}
</style>
background-color css
<style>
a { background-color: #DD69C0; }
a { background-color: rgb(221,105,192); }
div.DivClassName
{
background-color: #DD69C0;
}
.BgClassName
{
background-color: #DD69C0;
}
</style>
border-color css
<style>
span { border-color: #DD69C0; }
span { border-color: rgb(221,105,192); }
td.TdClassName
{
border-color: #DD69C0;
}
.TagClassName
{
border-color: #DD69C0;
}
</style>