Shades of Orchid #DD6BD3
Tints of Orchid #DD6BD3
RGB
CMYK
RGB Variations
Color information
#DD6BD3 (or 0xDD6BD3) is known color: Orchid. HEX triplet: DD, 6B and D3. RGB value is (221,107,211). Sum of RGB (Red+Green+Blue) = 221+107+211=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BD3 is #22942C. Grayscale: #989898. Windows color (decimal): -2266157 or 13855709. OLE color: 13855709.
HSL color Cylindrical-coordinate representation of color #DD6BD3: hue angle of 305.26º 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 #DD6BD3 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 211 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.13 |
| HSL | 305.26º | 0.63% | 0.64% | - |
| HSV(B) | 305.26º | 0.52% | 0.87% | - |
| XYZ | 46.83 | 30.59 | 65.06 | - |
| YUV | 152.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 211 | 0 | 0.52 | 0.05 | 0.13 | 305.26 | 0.63 | 0.64 |
| Hex | DD | 6B | D3 | 0 | 34 | 5 | D | 131 | 3F | 40 |
| Octal | 335 | 153 | 323 | 0 | 64 | 5 | 15 | 461 | 77 | 100 |
| Binary | 11011101 | 1101011 | 11010011 | 0 | 110100 | 101 | 1101 | 100110001 | 111111 | 1000000 |
Color Harmonies of #DD6BD3
Complementary color
Monochromatic Colors of #DD6BD3
Black with #DD6BD3
Text Example
Text Example
White with #DD6BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BD3; }
p { color: rgb(221,107,211); }
H1.HeaderClassName
{
color: #DD6BD3;
}
.AnyTagClassName
{
color: #DD6BD3;
}
</style>
background-color css
<style>
a { background-color: #DD6BD3; }
a { background-color: rgb(221,107,211); }
div.DivClassName
{
background-color: #DD6BD3;
}
.BgClassName
{
background-color: #DD6BD3;
}
</style>
border-color css
<style>
span { border-color: #DD6BD3; }
span { border-color: rgb(221,107,211); }
td.TdClassName
{
border-color: #DD6BD3;
}
.TagClassName
{
border-color: #DD6BD3;
}
</style>