Shades of Orchid #DD6CBE
Tints of Orchid #DD6CBE
RGB
CMYK
RGB Variations
Color information
#DD6CBE (or 0xDD6CBE) is known color: Orchid. HEX triplet: DD, 6C and BE. RGB value is (221,108,190). Sum of RGB (Red+Green+Blue) = 221+108+190=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CBE is #229341. Grayscale: #969696. Windows color (decimal): -2265922 or 12479709. OLE color: 12479709.
HSL color Cylindrical-coordinate representation of color #DD6CBE: hue angle of 316.46º 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 #DD6CBE is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 190 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.13 |
| HSL | 316.46º | 0.62% | 0.65% | - |
| HSV(B) | 316.46º | 0.51% | 0.87% | - |
| XYZ | 44.48 | 29.81 | 52.13 | - |
| YUV | 151.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 190 | 0 | 0.51 | 0.14 | 0.13 | 316.46 | 0.62 | 0.65 |
| Hex | DD | 6C | BE | 0 | 33 | E | D | 13C | 3E | 41 |
| Octal | 335 | 154 | 276 | 0 | 63 | 16 | 15 | 474 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10111110 | 0 | 110011 | 1110 | 1101 | 100111100 | 111110 | 1000001 |
Color Harmonies of #DD6CBE
Complementary color
Monochromatic Colors of #DD6CBE
Black with #DD6CBE
Text Example
Text Example
White with #DD6CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CBE; }
p { color: rgb(221,108,190); }
H1.HeaderClassName
{
color: #DD6CBE;
}
.AnyTagClassName
{
color: #DD6CBE;
}
</style>
background-color css
<style>
a { background-color: #DD6CBE; }
a { background-color: rgb(221,108,190); }
div.DivClassName
{
background-color: #DD6CBE;
}
.BgClassName
{
background-color: #DD6CBE;
}
</style>
border-color css
<style>
span { border-color: #DD6CBE; }
span { border-color: rgb(221,108,190); }
td.TdClassName
{
border-color: #DD6CBE;
}
.TagClassName
{
border-color: #DD6CBE;
}
</style>