Shades of Orchid #DD6CDB
Tints of Orchid #DD6CDB
RGB
CMYK
RGB Variations
Color information
#DD6CDB (or 0xDD6CDB) is known color: Orchid. HEX triplet: DD, 6C and DB. RGB value is (221,108,219). Sum of RGB (Red+Green+Blue) = 221+108+219=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CDB is #229324. Grayscale: #9A9A9A. Windows color (decimal): -2265893 or 14380253. OLE color: 14380253.
HSL color Cylindrical-coordinate representation of color #DD6CDB: hue angle of 301.06º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6CDB is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 219 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.13 |
| HSL | 301.06º | 0.62% | 0.65% | - |
| HSV(B) | 301.06º | 0.51% | 0.87% | - |
| XYZ | 47.97 | 31.21 | 70.51 | - |
| YUV | 154.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 219 | 0 | 0.51 | 0.01 | 0.13 | 301.06 | 0.62 | 0.65 |
| Hex | DD | 6C | DB | 0 | 33 | 1 | D | 12D | 3E | 41 |
| Octal | 335 | 154 | 333 | 0 | 63 | 1 | 15 | 455 | 76 | 101 |
| Binary | 11011101 | 1101100 | 11011011 | 0 | 110011 | 1 | 1101 | 100101101 | 111110 | 1000001 |
Color Harmonies of #DD6CDB
Complementary color
Monochromatic Colors of #DD6CDB
Black with #DD6CDB
Text Example
Text Example
White with #DD6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CDB; }
p { color: rgb(221,108,219); }
H1.HeaderClassName
{
color: #DD6CDB;
}
.AnyTagClassName
{
color: #DD6CDB;
}
</style>
background-color css
<style>
a { background-color: #DD6CDB; }
a { background-color: rgb(221,108,219); }
div.DivClassName
{
background-color: #DD6CDB;
}
.BgClassName
{
background-color: #DD6CDB;
}
</style>
border-color css
<style>
span { border-color: #DD6CDB; }
span { border-color: rgb(221,108,219); }
td.TdClassName
{
border-color: #DD6CDB;
}
.TagClassName
{
border-color: #DD6CDB;
}
</style>