Shades of Orchid #DD6FE1
Tints of Orchid #DD6FE1
RGB
CMYK
RGB Variations
Color information
#DD6FE1 (or 0xDD6FE1) is known color: Orchid. HEX triplet: DD, 6F and E1. RGB value is (221,111,225). Sum of RGB (Red+Green+Blue) = 221+111+225=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD6FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FE1 is #22901E. Grayscale: #9C9C9C. Windows color (decimal): -2265119 or 14774237. OLE color: 14774237.
HSL color Cylindrical-coordinate representation of color #DD6FE1: hue angle of 297.89º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6FE1 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 111 | 225 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.12 |
| HSL | 297.89º | 0.66% | 0.66% | - |
| HSV(B) | 297.89º | 0.51% | 0.88% | - |
| XYZ | 49.09 | 32.18 | 74.86 | - |
| YUV | 156.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 225 | 0.02 | 0.51 | 0 | 0.12 | 297.89 | 0.66 | 0.66 |
| Hex | DD | 6F | E1 | 2 | 33 | 0 | C | 12A | 42 | 42 |
| Octal | 335 | 157 | 341 | 2 | 63 | 0 | 14 | 452 | 102 | 102 |
| Binary | 11011101 | 1101111 | 11100001 | 10 | 110011 | 0 | 1100 | 100101010 | 1000010 | 1000010 |
Color Harmonies of #DD6FE1
Complementary color
Monochromatic Colors of #DD6FE1
Black with #DD6FE1
Text Example
Text Example
White with #DD6FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FE1; }
p { color: rgb(221,111,225); }
H1.HeaderClassName
{
color: #DD6FE1;
}
.AnyTagClassName
{
color: #DD6FE1;
}
</style>
background-color css
<style>
a { background-color: #DD6FE1; }
a { background-color: rgb(221,111,225); }
div.DivClassName
{
background-color: #DD6FE1;
}
.BgClassName
{
background-color: #DD6FE1;
}
</style>
border-color css
<style>
span { border-color: #DD6FE1; }
span { border-color: rgb(221,111,225); }
td.TdClassName
{
border-color: #DD6FE1;
}
.TagClassName
{
border-color: #DD6FE1;
}
</style>