Shades of Orchid #DD6BD7
Tints of Orchid #DD6BD7
RGB
CMYK
RGB Variations
Color information
#DD6BD7 (or 0xDD6BD7) is known color: Orchid. HEX triplet: DD, 6B and D7. RGB value is (221,107,215). Sum of RGB (Red+Green+Blue) = 221+107+215=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BD7 is #229428. Grayscale: #999999. Windows color (decimal): -2266153 or 14117853. OLE color: 14117853.
HSL color Cylindrical-coordinate representation of color #DD6BD7: hue angle of 303.16º 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 #DD6BD7 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 215 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.13 |
| HSL | 303.16º | 0.63% | 0.64% | - |
| HSV(B) | 303.16º | 0.52% | 0.87% | - |
| XYZ | 47.34 | 30.79 | 67.74 | - |
| YUV | 153.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 215 | 0 | 0.52 | 0.03 | 0.13 | 303.16 | 0.63 | 0.64 |
| Hex | DD | 6B | D7 | 0 | 34 | 3 | D | 12F | 3F | 40 |
| Octal | 335 | 153 | 327 | 0 | 64 | 3 | 15 | 457 | 77 | 100 |
| Binary | 11011101 | 1101011 | 11010111 | 0 | 110100 | 11 | 1101 | 100101111 | 111111 | 1000000 |
Color Harmonies of #DD6BD7
Complementary color
Monochromatic Colors of #DD6BD7
Black with #DD6BD7
Text Example
Text Example
White with #DD6BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BD7; }
p { color: rgb(221,107,215); }
H1.HeaderClassName
{
color: #DD6BD7;
}
.AnyTagClassName
{
color: #DD6BD7;
}
</style>
background-color css
<style>
a { background-color: #DD6BD7; }
a { background-color: rgb(221,107,215); }
div.DivClassName
{
background-color: #DD6BD7;
}
.BgClassName
{
background-color: #DD6BD7;
}
</style>
border-color css
<style>
span { border-color: #DD6BD7; }
span { border-color: rgb(221,107,215); }
td.TdClassName
{
border-color: #DD6BD7;
}
.TagClassName
{
border-color: #DD6BD7;
}
</style>