Shades of Orchid #DD76DF
Tints of Orchid #DD76DF
RGB
CMYK
RGB Variations
Color information
#DD76DF (or 0xDD76DF) is known color: Orchid. HEX triplet: DD, 76 and DF. RGB value is (221,118,223). Sum of RGB (Red+Green+Blue) = 221+118+223=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76DF is #228920. Grayscale: #A0A0A0. Windows color (decimal): -2263329 or 14644957. OLE color: 14644957.
HSL color Cylindrical-coordinate representation of color #DD76DF: hue angle of 298.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD76DF is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 223 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.13 |
| HSL | 298.86º | 0.62% | 0.67% | - |
| HSV(B) | 298.86º | 0.47% | 0.87% | - |
| XYZ | 49.62 | 33.66 | 73.69 | - |
| YUV | 160.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 223 | 0.01 | 0.47 | 0 | 0.13 | 298.86 | 0.62 | 0.67 |
| Hex | DD | 76 | DF | 1 | 2F | 0 | D | 12B | 3E | 43 |
| Octal | 335 | 166 | 337 | 1 | 57 | 0 | 15 | 453 | 76 | 103 |
| Binary | 11011101 | 1110110 | 11011111 | 1 | 101111 | 0 | 1101 | 100101011 | 111110 | 1000011 |
Color Harmonies of #DD76DF
Complementary color
Monochromatic Colors of #DD76DF
Black with #DD76DF
Text Example
Text Example
White with #DD76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76DF; }
p { color: rgb(221,118,223); }
H1.HeaderClassName
{
color: #DD76DF;
}
.AnyTagClassName
{
color: #DD76DF;
}
</style>
background-color css
<style>
a { background-color: #DD76DF; }
a { background-color: rgb(221,118,223); }
div.DivClassName
{
background-color: #DD76DF;
}
.BgClassName
{
background-color: #DD76DF;
}
</style>
border-color css
<style>
span { border-color: #DD76DF; }
span { border-color: rgb(221,118,223); }
td.TdClassName
{
border-color: #DD76DF;
}
.TagClassName
{
border-color: #DD76DF;
}
</style>