Shades of Orchid #DD6CC5
Tints of Orchid #DD6CC5
RGB
CMYK
RGB Variations
Color information
#DD6CC5 (or 0xDD6CC5) is known color: Orchid. HEX triplet: DD, 6C and C5. RGB value is (221,108,197). Sum of RGB (Red+Green+Blue) = 221+108+197=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CC5 is #22933A. Grayscale: #979797. Windows color (decimal): -2265915 or 12938461. OLE color: 12938461.
HSL color Cylindrical-coordinate representation of color #DD6CC5: hue angle of 312.74º 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 #DD6CC5 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 197 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.13 |
| HSL | 312.74º | 0.62% | 0.65% | - |
| HSV(B) | 312.74º | 0.51% | 0.87% | - |
| XYZ | 45.26 | 30.13 | 56.25 | - |
| YUV | 151.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 197 | 0 | 0.51 | 0.11 | 0.13 | 312.74 | 0.62 | 0.65 |
| Hex | DD | 6C | C5 | 0 | 33 | B | D | 139 | 3E | 41 |
| Octal | 335 | 154 | 305 | 0 | 63 | 13 | 15 | 471 | 76 | 101 |
| Binary | 11011101 | 1101100 | 11000101 | 0 | 110011 | 1011 | 1101 | 100111001 | 111110 | 1000001 |
Color Harmonies of #DD6CC5
Complementary color
Monochromatic Colors of #DD6CC5
Black with #DD6CC5
Text Example
Text Example
White with #DD6CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CC5; }
p { color: rgb(221,108,197); }
H1.HeaderClassName
{
color: #DD6CC5;
}
.AnyTagClassName
{
color: #DD6CC5;
}
</style>
background-color css
<style>
a { background-color: #DD6CC5; }
a { background-color: rgb(221,108,197); }
div.DivClassName
{
background-color: #DD6CC5;
}
.BgClassName
{
background-color: #DD6CC5;
}
</style>
border-color css
<style>
span { border-color: #DD6CC5; }
span { border-color: rgb(221,108,197); }
td.TdClassName
{
border-color: #DD6CC5;
}
.TagClassName
{
border-color: #DD6CC5;
}
</style>