Shades of Orchid #DD6BCB
Tints of Orchid #DD6BCB
RGB
CMYK
RGB Variations
Color information
#DD6BCB (or 0xDD6BCB) is known color: Orchid. HEX triplet: DD, 6B and CB. RGB value is (221,107,203). Sum of RGB (Red+Green+Blue) = 221+107+203=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BCB is #229434. Grayscale: #979797. Windows color (decimal): -2266165 or 13331421. OLE color: 13331421.
HSL color Cylindrical-coordinate representation of color #DD6BCB: hue angle of 309.47º 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 #DD6BCB is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 203 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.13 |
| HSL | 309.47º | 0.63% | 0.64% | - |
| HSV(B) | 309.47º | 0.52% | 0.87% | - |
| XYZ | 45.86 | 30.2 | 59.91 | - |
| YUV | 152.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 203 | 0 | 0.52 | 0.08 | 0.13 | 309.47 | 0.63 | 0.64 |
| Hex | DD | 6B | CB | 0 | 34 | 8 | D | 135 | 3F | 40 |
| Octal | 335 | 153 | 313 | 0 | 64 | 10 | 15 | 465 | 77 | 100 |
| Binary | 11011101 | 1101011 | 11001011 | 0 | 110100 | 1000 | 1101 | 100110101 | 111111 | 1000000 |
Color Harmonies of #DD6BCB
Complementary color
Monochromatic Colors of #DD6BCB
Black with #DD6BCB
Text Example
Text Example
White with #DD6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BCB; }
p { color: rgb(221,107,203); }
H1.HeaderClassName
{
color: #DD6BCB;
}
.AnyTagClassName
{
color: #DD6BCB;
}
</style>
background-color css
<style>
a { background-color: #DD6BCB; }
a { background-color: rgb(221,107,203); }
div.DivClassName
{
background-color: #DD6BCB;
}
.BgClassName
{
background-color: #DD6BCB;
}
</style>
border-color css
<style>
span { border-color: #DD6BCB; }
span { border-color: rgb(221,107,203); }
td.TdClassName
{
border-color: #DD6BCB;
}
.TagClassName
{
border-color: #DD6BCB;
}
</style>