Shades of Orchid #DD6CD5
Tints of Orchid #DD6CD5
RGB
CMYK
RGB Variations
Color information
#DD6CD5 (or 0xDD6CD5) is known color: Orchid. HEX triplet: DD, 6C and D5. RGB value is (221,108,213). Sum of RGB (Red+Green+Blue) = 221+108+213=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CD5 is #22932A. Grayscale: #999999. Windows color (decimal): -2265899 or 13987037. OLE color: 13987037.
HSL color Cylindrical-coordinate representation of color #DD6CD5: hue angle of 304.25º 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 #DD6CD5 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 213 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.13 |
| HSL | 304.25º | 0.62% | 0.65% | - |
| HSV(B) | 304.25º | 0.51% | 0.87% | - |
| XYZ | 47.19 | 30.9 | 66.43 | - |
| YUV | 153.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 213 | 0 | 0.51 | 0.04 | 0.13 | 304.25 | 0.62 | 0.65 |
| Hex | DD | 6C | D5 | 0 | 33 | 4 | D | 130 | 3E | 41 |
| Octal | 335 | 154 | 325 | 0 | 63 | 4 | 15 | 460 | 76 | 101 |
| Binary | 11011101 | 1101100 | 11010101 | 0 | 110011 | 100 | 1101 | 100110000 | 111110 | 1000001 |
Color Harmonies of #DD6CD5
Complementary color
Monochromatic Colors of #DD6CD5
Black with #DD6CD5
Text Example
Text Example
White with #DD6CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CD5; }
p { color: rgb(221,108,213); }
H1.HeaderClassName
{
color: #DD6CD5;
}
.AnyTagClassName
{
color: #DD6CD5;
}
</style>
background-color css
<style>
a { background-color: #DD6CD5; }
a { background-color: rgb(221,108,213); }
div.DivClassName
{
background-color: #DD6CD5;
}
.BgClassName
{
background-color: #DD6CD5;
}
</style>
border-color css
<style>
span { border-color: #DD6CD5; }
span { border-color: rgb(221,108,213); }
td.TdClassName
{
border-color: #DD6CD5;
}
.TagClassName
{
border-color: #DD6CD5;
}
</style>