Shades of Orchid #DD6CC2
Tints of Orchid #DD6CC2
RGB
CMYK
RGB Variations
Color information
#DD6CC2 (or 0xDD6CC2) is known color: Orchid. HEX triplet: DD, 6C and C2. RGB value is (221,108,194). Sum of RGB (Red+Green+Blue) = 221+108+194=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CC2 is #22933D. Grayscale: #979797. Windows color (decimal): -2265918 or 12741853. OLE color: 12741853.
HSL color Cylindrical-coordinate representation of color #DD6CC2: hue angle of 314.34º 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 #DD6CC2 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 194 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.13 |
| HSL | 314.34º | 0.62% | 0.65% | - |
| HSV(B) | 314.34º | 0.51% | 0.87% | - |
| XYZ | 44.92 | 29.99 | 54.46 | - |
| YUV | 151.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 194 | 0 | 0.51 | 0.12 | 0.13 | 314.34 | 0.62 | 0.65 |
| Hex | DD | 6C | C2 | 0 | 33 | C | D | 13A | 3E | 41 |
| Octal | 335 | 154 | 302 | 0 | 63 | 14 | 15 | 472 | 76 | 101 |
| Binary | 11011101 | 1101100 | 11000010 | 0 | 110011 | 1100 | 1101 | 100111010 | 111110 | 1000001 |
Color Harmonies of #DD6CC2
Complementary color
Monochromatic Colors of #DD6CC2
Black with #DD6CC2
Text Example
Text Example
White with #DD6CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CC2; }
p { color: rgb(221,108,194); }
H1.HeaderClassName
{
color: #DD6CC2;
}
.AnyTagClassName
{
color: #DD6CC2;
}
</style>
background-color css
<style>
a { background-color: #DD6CC2; }
a { background-color: rgb(221,108,194); }
div.DivClassName
{
background-color: #DD6CC2;
}
.BgClassName
{
background-color: #DD6CC2;
}
</style>
border-color css
<style>
span { border-color: #DD6CC2; }
span { border-color: rgb(221,108,194); }
td.TdClassName
{
border-color: #DD6CC2;
}
.TagClassName
{
border-color: #DD6CC2;
}
</style>