Shades of Orchid #DD6CBD
Tints of Orchid #DD6CBD
RGB
CMYK
RGB Variations
Color information
#DD6CBD (or 0xDD6CBD) is known color: Orchid. HEX triplet: DD, 6C and BD. RGB value is (221,108,189). Sum of RGB (Red+Green+Blue) = 221+108+189=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CBD is #229342. Grayscale: #969696. Windows color (decimal): -2265923 or 12414173. OLE color: 12414173.
HSL color Cylindrical-coordinate representation of color #DD6CBD: hue angle of 316.99º 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 #DD6CBD is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 189 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.13 |
| HSL | 316.99º | 0.62% | 0.65% | - |
| HSV(B) | 316.99º | 0.51% | 0.87% | - |
| XYZ | 44.37 | 29.77 | 51.55 | - |
| YUV | 151.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 189 | 0 | 0.51 | 0.14 | 0.13 | 316.99 | 0.62 | 0.65 |
| Hex | DD | 6C | BD | 0 | 33 | E | D | 13D | 3E | 41 |
| Octal | 335 | 154 | 275 | 0 | 63 | 16 | 15 | 475 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10111101 | 0 | 110011 | 1110 | 1101 | 100111101 | 111110 | 1000001 |
Color Harmonies of #DD6CBD
Complementary color
Monochromatic Colors of #DD6CBD
Black with #DD6CBD
Text Example
Text Example
White with #DD6CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CBD; }
p { color: rgb(221,108,189); }
H1.HeaderClassName
{
color: #DD6CBD;
}
.AnyTagClassName
{
color: #DD6CBD;
}
</style>
background-color css
<style>
a { background-color: #DD6CBD; }
a { background-color: rgb(221,108,189); }
div.DivClassName
{
background-color: #DD6CBD;
}
.BgClassName
{
background-color: #DD6CBD;
}
</style>
border-color css
<style>
span { border-color: #DD6CBD; }
span { border-color: rgb(221,108,189); }
td.TdClassName
{
border-color: #DD6CBD;
}
.TagClassName
{
border-color: #DD6CBD;
}
</style>