Shades of Orchid #DD75D3
Tints of Orchid #DD75D3
RGB
CMYK
RGB Variations
Color information
#DD75D3 (or 0xDD75D3) is known color: Orchid. HEX triplet: DD, 75 and D3. RGB value is (221,117,211). Sum of RGB (Red+Green+Blue) = 221+117+211=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75D3 is #228A2C. Grayscale: #9E9E9E. Windows color (decimal): -2263597 or 13858269. OLE color: 13858269.
HSL color Cylindrical-coordinate representation of color #DD75D3: hue angle of 305.77º 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 #DD75D3 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 211 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.13 |
| HSL | 305.77º | 0.6% | 0.66% | - |
| HSV(B) | 305.77º | 0.47% | 0.87% | - |
| XYZ | 47.94 | 32.8 | 65.43 | - |
| YUV | 158.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 211 | 0 | 0.47 | 0.05 | 0.13 | 305.77 | 0.6 | 0.66 |
| Hex | DD | 75 | D3 | 0 | 2F | 5 | D | 132 | 3C | 42 |
| Octal | 335 | 165 | 323 | 0 | 57 | 5 | 15 | 462 | 74 | 102 |
| Binary | 11011101 | 1110101 | 11010011 | 0 | 101111 | 101 | 1101 | 100110010 | 111100 | 1000010 |
Color Harmonies of #DD75D3
Complementary color
Monochromatic Colors of #DD75D3
Black with #DD75D3
Text Example
Text Example
White with #DD75D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75D3; }
p { color: rgb(221,117,211); }
H1.HeaderClassName
{
color: #DD75D3;
}
.AnyTagClassName
{
color: #DD75D3;
}
</style>
background-color css
<style>
a { background-color: #DD75D3; }
a { background-color: rgb(221,117,211); }
div.DivClassName
{
background-color: #DD75D3;
}
.BgClassName
{
background-color: #DD75D3;
}
</style>
border-color css
<style>
span { border-color: #DD75D3; }
span { border-color: rgb(221,117,211); }
td.TdClassName
{
border-color: #DD75D3;
}
.TagClassName
{
border-color: #DD75D3;
}
</style>