Shades of Orchid #DD6FCD
Tints of Orchid #DD6FCD
RGB
CMYK
RGB Variations
Color information
#DD6FCD (or 0xDD6FCD) is known color: Orchid. HEX triplet: DD, 6F and CD. RGB value is (221,111,205). Sum of RGB (Red+Green+Blue) = 221+111+205=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FCD is #229032. Grayscale: #9A9A9A. Windows color (decimal): -2265139 or 13463517. OLE color: 13463517.
HSL color Cylindrical-coordinate representation of color #DD6FCD: hue angle of 308.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FCD is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 205 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.13 |
| HSL | 308.73º | 0.62% | 0.65% | - |
| HSV(B) | 308.73º | 0.5% | 0.87% | - |
| XYZ | 46.52 | 31.15 | 61.32 | - |
| YUV | 154.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 205 | 0 | 0.50 | 0.07 | 0.13 | 308.73 | 0.62 | 0.65 |
| Hex | DD | 6F | CD | 0 | 32 | 7 | D | 135 | 3E | 41 |
| Octal | 335 | 157 | 315 | 0 | 62 | 7 | 15 | 465 | 76 | 101 |
| Binary | 11011101 | 1101111 | 11001101 | 0 | 110010 | 111 | 1101 | 100110101 | 111110 | 1000001 |
Color Harmonies of #DD6FCD
Complementary color
Monochromatic Colors of #DD6FCD
Black with #DD6FCD
Text Example
Text Example
White with #DD6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FCD; }
p { color: rgb(221,111,205); }
H1.HeaderClassName
{
color: #DD6FCD;
}
.AnyTagClassName
{
color: #DD6FCD;
}
</style>
background-color css
<style>
a { background-color: #DD6FCD; }
a { background-color: rgb(221,111,205); }
div.DivClassName
{
background-color: #DD6FCD;
}
.BgClassName
{
background-color: #DD6FCD;
}
</style>
border-color css
<style>
span { border-color: #DD6FCD; }
span { border-color: rgb(221,111,205); }
td.TdClassName
{
border-color: #DD6FCD;
}
.TagClassName
{
border-color: #DD6FCD;
}
</style>