Shades of Orchid #DD6CBB
Tints of Orchid #DD6CBB
RGB
CMYK
RGB Variations
Color information
#DD6CBB (or 0xDD6CBB) is known color: Orchid. HEX triplet: DD, 6C and BB. RGB value is (221,108,187). Sum of RGB (Red+Green+Blue) = 221+108+187=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CBB is #229344. Grayscale: #969696. Windows color (decimal): -2265925 or 12283101. OLE color: 12283101.
HSL color Cylindrical-coordinate representation of color #DD6CBB: hue angle of 318.05º 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 #DD6CBB is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 187 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.13 |
| HSL | 318.05º | 0.62% | 0.65% | - |
| HSV(B) | 318.05º | 0.51% | 0.87% | - |
| XYZ | 44.15 | 29.69 | 50.42 | - |
| YUV | 150.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 187 | 0 | 0.51 | 0.15 | 0.13 | 318.05 | 0.62 | 0.65 |
| Hex | DD | 6C | BB | 0 | 33 | F | D | 13E | 3E | 41 |
| Octal | 335 | 154 | 273 | 0 | 63 | 17 | 15 | 476 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10111011 | 0 | 110011 | 1111 | 1101 | 100111110 | 111110 | 1000001 |
Color Harmonies of #DD6CBB
Complementary color
Monochromatic Colors of #DD6CBB
Black with #DD6CBB
Text Example
Text Example
White with #DD6CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CBB; }
p { color: rgb(221,108,187); }
H1.HeaderClassName
{
color: #DD6CBB;
}
.AnyTagClassName
{
color: #DD6CBB;
}
</style>
background-color css
<style>
a { background-color: #DD6CBB; }
a { background-color: rgb(221,108,187); }
div.DivClassName
{
background-color: #DD6CBB;
}
.BgClassName
{
background-color: #DD6CBB;
}
</style>
border-color css
<style>
span { border-color: #DD6CBB; }
span { border-color: rgb(221,108,187); }
td.TdClassName
{
border-color: #DD6CBB;
}
.TagClassName
{
border-color: #DD6CBB;
}
</style>