Shades of Orchid #DD6BD4
Tints of Orchid #DD6BD4
RGB
CMYK
RGB Variations
Color information
#DD6BD4 (or 0xDD6BD4) is known color: Orchid. HEX triplet: DD, 6B and D4. RGB value is (221,107,212). Sum of RGB (Red+Green+Blue) = 221+107+212=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BD4 is #22942B. Grayscale: #989898. Windows color (decimal): -2266156 or 13921245. OLE color: 13921245.
HSL color Cylindrical-coordinate representation of color #DD6BD4: hue angle of 304.74º 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 #DD6BD4 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 212 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.13 |
| HSL | 304.74º | 0.63% | 0.64% | - |
| HSV(B) | 304.74º | 0.52% | 0.87% | - |
| XYZ | 46.96 | 30.64 | 65.73 | - |
| YUV | 153.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 212 | 0 | 0.52 | 0.04 | 0.13 | 304.74 | 0.63 | 0.64 |
| Hex | DD | 6B | D4 | 0 | 34 | 4 | D | 131 | 3F | 40 |
| Octal | 335 | 153 | 324 | 0 | 64 | 4 | 15 | 461 | 77 | 100 |
| Binary | 11011101 | 1101011 | 11010100 | 0 | 110100 | 100 | 1101 | 100110001 | 111111 | 1000000 |
Color Harmonies of #DD6BD4
Complementary color
Monochromatic Colors of #DD6BD4
Black with #DD6BD4
Text Example
Text Example
White with #DD6BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BD4; }
p { color: rgb(221,107,212); }
H1.HeaderClassName
{
color: #DD6BD4;
}
.AnyTagClassName
{
color: #DD6BD4;
}
</style>
background-color css
<style>
a { background-color: #DD6BD4; }
a { background-color: rgb(221,107,212); }
div.DivClassName
{
background-color: #DD6BD4;
}
.BgClassName
{
background-color: #DD6BD4;
}
</style>
border-color css
<style>
span { border-color: #DD6BD4; }
span { border-color: rgb(221,107,212); }
td.TdClassName
{
border-color: #DD6BD4;
}
.TagClassName
{
border-color: #DD6BD4;
}
</style>