Shades of Orchid #DD6BDE
Tints of Orchid #DD6BDE
RGB
CMYK
RGB Variations
Color information
#DD6BDE (or 0xDD6BDE) is known color: Orchid. HEX triplet: DD, 6B and DE. RGB value is (221,107,222). Sum of RGB (Red+Green+Blue) = 221+107+222=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD6BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BDE is #229421. Grayscale: #999999. Windows color (decimal): -2266146 or 14576605. OLE color: 14576605.
HSL color Cylindrical-coordinate representation of color #DD6BDE: hue angle of 299.48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BDE is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 222 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.13 |
| HSL | 299.48º | 0.64% | 0.65% | - |
| HSV(B) | 299.48º | 0.52% | 0.87% | - |
| XYZ | 48.26 | 31.16 | 72.58 | - |
| YUV | 154.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 222 | 0.00 | 0.52 | 0 | 0.13 | 299.48 | 0.64 | 0.65 |
| Hex | DD | 6B | DE | 0 | 34 | 0 | D | 12B | 40 | 41 |
| Octal | 335 | 153 | 336 | 0 | 64 | 0 | 15 | 453 | 100 | 101 |
| Binary | 11011101 | 1101011 | 11011110 | 0 | 110100 | 0 | 1101 | 100101011 | 1000000 | 1000001 |
Color Harmonies of #DD6BDE
Complementary color
Monochromatic Colors of #DD6BDE
Black with #DD6BDE
Text Example
Text Example
White with #DD6BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BDE; }
p { color: rgb(221,107,222); }
H1.HeaderClassName
{
color: #DD6BDE;
}
.AnyTagClassName
{
color: #DD6BDE;
}
</style>
background-color css
<style>
a { background-color: #DD6BDE; }
a { background-color: rgb(221,107,222); }
div.DivClassName
{
background-color: #DD6BDE;
}
.BgClassName
{
background-color: #DD6BDE;
}
</style>
border-color css
<style>
span { border-color: #DD6BDE; }
span { border-color: rgb(221,107,222); }
td.TdClassName
{
border-color: #DD6BDE;
}
.TagClassName
{
border-color: #DD6BDE;
}
</style>