Shades of Orchid #DD75D2
Tints of Orchid #DD75D2
RGB
CMYK
RGB Variations
Color information
#DD75D2 (or 0xDD75D2) is known color: Orchid. HEX triplet: DD, 75 and D2. RGB value is (221,117,210). Sum of RGB (Red+Green+Blue) = 221+117+210=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75D2 is #228A2D. Grayscale: #9E9E9E. Windows color (decimal): -2263598 or 13792733. OLE color: 13792733.
HSL color Cylindrical-coordinate representation of color #DD75D2: hue angle of 306.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD75D2 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 210 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.13 |
| HSL | 306.35º | 0.6% | 0.66% | - |
| HSV(B) | 306.35º | 0.47% | 0.87% | - |
| XYZ | 47.81 | 32.75 | 64.77 | - |
| YUV | 158.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 210 | 0 | 0.47 | 0.05 | 0.13 | 306.35 | 0.6 | 0.66 |
| Hex | DD | 75 | D2 | 0 | 2F | 5 | D | 132 | 3C | 42 |
| Octal | 335 | 165 | 322 | 0 | 57 | 5 | 15 | 462 | 74 | 102 |
| Binary | 11011101 | 1110101 | 11010010 | 0 | 101111 | 101 | 1101 | 100110010 | 111100 | 1000010 |
Color Harmonies of #DD75D2
Complementary color
Monochromatic Colors of #DD75D2
Black with #DD75D2
Text Example
Text Example
White with #DD75D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75D2; }
p { color: rgb(221,117,210); }
H1.HeaderClassName
{
color: #DD75D2;
}
.AnyTagClassName
{
color: #DD75D2;
}
</style>
background-color css
<style>
a { background-color: #DD75D2; }
a { background-color: rgb(221,117,210); }
div.DivClassName
{
background-color: #DD75D2;
}
.BgClassName
{
background-color: #DD75D2;
}
</style>
border-color css
<style>
span { border-color: #DD75D2; }
span { border-color: rgb(221,117,210); }
td.TdClassName
{
border-color: #DD75D2;
}
.TagClassName
{
border-color: #DD75D2;
}
</style>