Shades of Orchid #DD6EC1
Tints of Orchid #DD6EC1
RGB
CMYK
RGB Variations
Color information
#DD6EC1 (or 0xDD6EC1) is known color: Orchid. HEX triplet: DD, 6E and C1. RGB value is (221,110,193). Sum of RGB (Red+Green+Blue) = 221+110+193=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EC1 is #22913E. Grayscale: #989898. Windows color (decimal): -2265407 or 12676829. OLE color: 12676829.
HSL color Cylindrical-coordinate representation of color #DD6EC1: hue angle of 315.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6EC1 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 110 | 193 | - |
CMYK | 0 | 0.50 | 0.13 | 0.13 |
HSL | 315.14º | 0.62% | 0.65% | - |
HSV(B) | 315.14º | 0.5% | 0.87% | - |
XYZ | 45.02 | 30.37 | 53.94 | - |
YUV | 152.65 | 150.77 | 176.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 110 | 193 | 0 | 0.50 | 0.13 | 0.13 | 315.14 | 0.62 | 0.65 |
Hex | DD | 6E | C1 | 0 | 32 | D | D | 13B | 3E | 41 |
Octal | 335 | 156 | 301 | 0 | 62 | 15 | 15 | 473 | 76 | 101 |
Binary | 11011101 | 1101110 | 11000001 | 0 | 110010 | 1101 | 1101 | 100111011 | 111110 | 1000001 |
Color Harmonies of #DD6EC1
Complementary color
Monochromatic Colors of #DD6EC1
Black with #DD6EC1
Text Example
Text Example
White with #DD6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EC1; }
p { color: rgb(221,110,193); }
H1.HeaderClassName
{
color: #DD6EC1;
}
.AnyTagClassName
{
color: #DD6EC1;
}
</style>
background-color css
<style>
a { background-color: #DD6EC1; }
a { background-color: rgb(221,110,193); }
div.DivClassName
{
background-color: #DD6EC1;
}
.BgClassName
{
background-color: #DD6EC1;
}
</style>
border-color css
<style>
span { border-color: #DD6EC1; }
span { border-color: rgb(221,110,193); }
td.TdClassName
{
border-color: #DD6EC1;
}
.TagClassName
{
border-color: #DD6EC1;
}
</style>