Shades of Orchid #DD7AD3
Tints of Orchid #DD7AD3
RGB
CMYK
RGB Variations
Color information
#DD7AD3 (or 0xDD7AD3) is known color: Orchid. HEX triplet: DD, 7A and D3. RGB value is (221,122,211). Sum of RGB (Red+Green+Blue) = 221+122+211=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AD3 is #22852C. Grayscale: #A1A1A1. Windows color (decimal): -2262317 or 13859549. OLE color: 13859549.
HSL color Cylindrical-coordinate representation of color #DD7AD3: hue angle of 306.06º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7AD3 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 122 | 211 | - |
CMYK | 0 | 0.45 | 0.05 | 0.13 |
HSL | 306.06º | 0.59% | 0.67% | - |
HSV(B) | 306.06º | 0.45% | 0.87% | - |
XYZ | 48.54 | 33.99 | 65.63 | - |
YUV | 161.75 | 155.8 | 170.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 122 | 211 | 0 | 0.45 | 0.05 | 0.13 | 306.06 | 0.59 | 0.67 |
Hex | DD | 7A | D3 | 0 | 2D | 5 | D | 132 | 3B | 43 |
Octal | 335 | 172 | 323 | 0 | 55 | 5 | 15 | 462 | 73 | 103 |
Binary | 11011101 | 1111010 | 11010011 | 0 | 101101 | 101 | 1101 | 100110010 | 111011 | 1000011 |
Color Harmonies of #DD7AD3
Complementary color
Monochromatic Colors of #DD7AD3
Black with #DD7AD3
Text Example
Text Example
White with #DD7AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AD3; }
p { color: rgb(221,122,211); }
H1.HeaderClassName
{
color: #DD7AD3;
}
.AnyTagClassName
{
color: #DD7AD3;
}
</style>
background-color css
<style>
a { background-color: #DD7AD3; }
a { background-color: rgb(221,122,211); }
div.DivClassName
{
background-color: #DD7AD3;
}
.BgClassName
{
background-color: #DD7AD3;
}
</style>
border-color css
<style>
span { border-color: #DD7AD3; }
span { border-color: rgb(221,122,211); }
td.TdClassName
{
border-color: #DD7AD3;
}
.TagClassName
{
border-color: #DD7AD3;
}
</style>