Shades of Orchid #DD6CCB
Tints of Orchid #DD6CCB
RGB
CMYK
RGB Variations
Color information
#DD6CCB (or 0xDD6CCB) is known color: Orchid. HEX triplet: DD, 6C and CB. RGB value is (221,108,203). Sum of RGB (Red+Green+Blue) = 221+108+203=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CCB is #229334. Grayscale: #989898. Windows color (decimal): -2265909 or 13331677. OLE color: 13331677.
HSL color Cylindrical-coordinate representation of color #DD6CCB: hue angle of 309.56º 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 #DD6CCB is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 203 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.13 |
| HSL | 309.56º | 0.62% | 0.65% | - |
| HSV(B) | 309.56º | 0.51% | 0.87% | - |
| XYZ | 45.96 | 30.41 | 59.95 | - |
| YUV | 152.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 203 | 0 | 0.51 | 0.08 | 0.13 | 309.56 | 0.62 | 0.65 |
| Hex | DD | 6C | CB | 0 | 33 | 8 | D | 136 | 3E | 41 |
| Octal | 335 | 154 | 313 | 0 | 63 | 10 | 15 | 466 | 76 | 101 |
| Binary | 11011101 | 1101100 | 11001011 | 0 | 110011 | 1000 | 1101 | 100110110 | 111110 | 1000001 |
Color Harmonies of #DD6CCB
Complementary color
Monochromatic Colors of #DD6CCB
Black with #DD6CCB
Text Example
Text Example
White with #DD6CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CCB; }
p { color: rgb(221,108,203); }
H1.HeaderClassName
{
color: #DD6CCB;
}
.AnyTagClassName
{
color: #DD6CCB;
}
</style>
background-color css
<style>
a { background-color: #DD6CCB; }
a { background-color: rgb(221,108,203); }
div.DivClassName
{
background-color: #DD6CCB;
}
.BgClassName
{
background-color: #DD6CCB;
}
</style>
border-color css
<style>
span { border-color: #DD6CCB; }
span { border-color: rgb(221,108,203); }
td.TdClassName
{
border-color: #DD6CCB;
}
.TagClassName
{
border-color: #DD6CCB;
}
</style>