Shades of Orchid #DD7DDD
Tints of Orchid #DD7DDD
RGB
CMYK
RGB Variations
Color information
#DD7DDD (or 0xDD7DDD) is known color: Orchid. HEX triplet: DD, 7D and DD. RGB value is (221,125,221). Sum of RGB (Red+Green+Blue) = 221+125+221=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DDD is #228222. Grayscale: #A4A4A4. Windows color (decimal): -2261539 or 14515677. OLE color: 14515677.
HSL color Cylindrical-coordinate representation of color #DD7DDD: hue angle of 300º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DDD is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 125 | 221 | - |
CMYK | 0 | 0.43 | 0 | 0.13 |
HSL | 300º | 0.59% | 0.68% | - |
HSV(B) | 300º | 0.43% | 0.87% | - |
XYZ | 50.2 | 35.26 | 72.57 | - |
YUV | 164.65 | 159.8 | 168.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 125 | 221 | 0 | 0.43 | 0 | 0.13 | 300 | 0.59 | 0.68 |
Hex | DD | 7D | DD | 0 | 2B | 0 | D | 12C | 3B | 44 |
Octal | 335 | 175 | 335 | 0 | 53 | 0 | 15 | 454 | 73 | 104 |
Binary | 11011101 | 1111101 | 11011101 | 0 | 101011 | 0 | 1101 | 100101100 | 111011 | 1000100 |
Color Harmonies of #DD7DDD
Complementary color
Monochromatic Colors of #DD7DDD
Black with #DD7DDD
Text Example
Text Example
White with #DD7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DDD; }
p { color: rgb(221,125,221); }
H1.HeaderClassName
{
color: #DD7DDD;
}
.AnyTagClassName
{
color: #DD7DDD;
}
</style>
background-color css
<style>
a { background-color: #DD7DDD; }
a { background-color: rgb(221,125,221); }
div.DivClassName
{
background-color: #DD7DDD;
}
.BgClassName
{
background-color: #DD7DDD;
}
</style>
border-color css
<style>
span { border-color: #DD7DDD; }
span { border-color: rgb(221,125,221); }
td.TdClassName
{
border-color: #DD7DDD;
}
.TagClassName
{
border-color: #DD7DDD;
}
</style>