Shades of Orchid #DD6EC2
Tints of Orchid #DD6EC2
RGB
CMYK
RGB Variations
Color information
#DD6EC2 (or 0xDD6EC2) is known color: Orchid. HEX triplet: DD, 6E and C2. RGB value is (221,110,194). Sum of RGB (Red+Green+Blue) = 221+110+194=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EC2 is #22913D. Grayscale: #989898. Windows color (decimal): -2265406 or 12742365. OLE color: 12742365.
HSL color Cylindrical-coordinate representation of color #DD6EC2: hue angle of 314.59º 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 #DD6EC2 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 110 | 194 | - |
CMYK | 0 | 0.50 | 0.12 | 0.13 |
HSL | 314.59º | 0.62% | 0.65% | - |
HSV(B) | 314.59º | 0.5% | 0.87% | - |
XYZ | 45.13 | 30.42 | 54.53 | - |
YUV | 152.77 | 151.27 | 176.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 110 | 194 | 0 | 0.50 | 0.12 | 0.13 | 314.59 | 0.62 | 0.65 |
Hex | DD | 6E | C2 | 0 | 32 | C | D | 13B | 3E | 41 |
Octal | 335 | 156 | 302 | 0 | 62 | 14 | 15 | 473 | 76 | 101 |
Binary | 11011101 | 1101110 | 11000010 | 0 | 110010 | 1100 | 1101 | 100111011 | 111110 | 1000001 |
Color Harmonies of #DD6EC2
Complementary color
Monochromatic Colors of #DD6EC2
Black with #DD6EC2
Text Example
Text Example
White with #DD6EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EC2; }
p { color: rgb(221,110,194); }
H1.HeaderClassName
{
color: #DD6EC2;
}
.AnyTagClassName
{
color: #DD6EC2;
}
</style>
background-color css
<style>
a { background-color: #DD6EC2; }
a { background-color: rgb(221,110,194); }
div.DivClassName
{
background-color: #DD6EC2;
}
.BgClassName
{
background-color: #DD6EC2;
}
</style>
border-color css
<style>
span { border-color: #DD6EC2; }
span { border-color: rgb(221,110,194); }
td.TdClassName
{
border-color: #DD6EC2;
}
.TagClassName
{
border-color: #DD6EC2;
}
</style>