Shades of Orchid #DD6CD2
Tints of Orchid #DD6CD2
RGB
CMYK
RGB Variations
Color information
#DD6CD2 (or 0xDD6CD2) is known color: Orchid. HEX triplet: DD, 6C and D2. RGB value is (221,108,210). Sum of RGB (Red+Green+Blue) = 221+108+210=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CD2 is #22932D. Grayscale: #999999. Windows color (decimal): -2265902 or 13790429. OLE color: 13790429.
HSL color Cylindrical-coordinate representation of color #DD6CD2: hue angle of 305.84º 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 #DD6CD2 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 210 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.13 |
| HSL | 305.84º | 0.62% | 0.65% | - |
| HSV(B) | 305.84º | 0.51% | 0.87% | - |
| XYZ | 46.81 | 30.75 | 64.44 | - |
| YUV | 153.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 210 | 0 | 0.51 | 0.05 | 0.13 | 305.84 | 0.62 | 0.65 |
| Hex | DD | 6C | D2 | 0 | 33 | 5 | D | 132 | 3E | 41 |
| Octal | 335 | 154 | 322 | 0 | 63 | 5 | 15 | 462 | 76 | 101 |
| Binary | 11011101 | 1101100 | 11010010 | 0 | 110011 | 101 | 1101 | 100110010 | 111110 | 1000001 |
Color Harmonies of #DD6CD2
Complementary color
Monochromatic Colors of #DD6CD2
Black with #DD6CD2
Text Example
Text Example
White with #DD6CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CD2; }
p { color: rgb(221,108,210); }
H1.HeaderClassName
{
color: #DD6CD2;
}
.AnyTagClassName
{
color: #DD6CD2;
}
</style>
background-color css
<style>
a { background-color: #DD6CD2; }
a { background-color: rgb(221,108,210); }
div.DivClassName
{
background-color: #DD6CD2;
}
.BgClassName
{
background-color: #DD6CD2;
}
</style>
border-color css
<style>
span { border-color: #DD6CD2; }
span { border-color: rgb(221,108,210); }
td.TdClassName
{
border-color: #DD6CD2;
}
.TagClassName
{
border-color: #DD6CD2;
}
</style>