Shades of Orchid #DD6EDD
Tints of Orchid #DD6EDD
RGB
CMYK
RGB Variations
Color information
#DD6EDD (or 0xDD6EDD) is known color: Orchid. HEX triplet: DD, 6E and DD. RGB value is (221,110,221). Sum of RGB (Red+Green+Blue) = 221+110+221=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EDD is #229122. Grayscale: #9B9B9B. Windows color (decimal): -2265379 or 14511837. OLE color: 14511837.
HSL color Cylindrical-coordinate representation of color #DD6EDD: hue angle of 300º 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 #DD6EDD is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 110 | 221 | - |
CMYK | 0 | 0.50 | 0 | 0.13 |
HSL | 300º | 0.62% | 0.65% | - |
HSV(B) | 300º | 0.5% | 0.87% | - |
XYZ | 48.45 | 31.74 | 71.98 | - |
YUV | 155.84 | 164.77 | 174.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 110 | 221 | 0 | 0.50 | 0 | 0.13 | 300 | 0.62 | 0.65 |
Hex | DD | 6E | DD | 0 | 32 | 0 | D | 12C | 3E | 41 |
Octal | 335 | 156 | 335 | 0 | 62 | 0 | 15 | 454 | 76 | 101 |
Binary | 11011101 | 1101110 | 11011101 | 0 | 110010 | 0 | 1101 | 100101100 | 111110 | 1000001 |
Color Harmonies of #DD6EDD
Complementary color
Monochromatic Colors of #DD6EDD
Black with #DD6EDD
Text Example
Text Example
White with #DD6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EDD; }
p { color: rgb(221,110,221); }
H1.HeaderClassName
{
color: #DD6EDD;
}
.AnyTagClassName
{
color: #DD6EDD;
}
</style>
background-color css
<style>
a { background-color: #DD6EDD; }
a { background-color: rgb(221,110,221); }
div.DivClassName
{
background-color: #DD6EDD;
}
.BgClassName
{
background-color: #DD6EDD;
}
</style>
border-color css
<style>
span { border-color: #DD6EDD; }
span { border-color: rgb(221,110,221); }
td.TdClassName
{
border-color: #DD6EDD;
}
.TagClassName
{
border-color: #DD6EDD;
}
</style>