Shades of Orchid #DD75CC
Tints of Orchid #DD75CC
RGB
CMYK
RGB Variations
Color information
#DD75CC (or 0xDD75CC) is known color: Orchid. HEX triplet: DD, 75 and CC. RGB value is (221,117,204). Sum of RGB (Red+Green+Blue) = 221+117+204=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75CC is #228A33. Grayscale: #9D9D9D. Windows color (decimal): -2263604 or 13399517. OLE color: 13399517.
HSL color Cylindrical-coordinate representation of color #DD75CC: hue angle of 309.81º 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 #DD75CC is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 204 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.13 |
| HSL | 309.81º | 0.6% | 0.66% | - |
| HSV(B) | 309.81º | 0.47% | 0.87% | - |
| XYZ | 47.08 | 32.45 | 60.91 | - |
| YUV | 158.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 204 | 0 | 0.47 | 0.08 | 0.13 | 309.81 | 0.6 | 0.66 |
| Hex | DD | 75 | CC | 0 | 2F | 8 | D | 136 | 3C | 42 |
| Octal | 335 | 165 | 314 | 0 | 57 | 10 | 15 | 466 | 74 | 102 |
| Binary | 11011101 | 1110101 | 11001100 | 0 | 101111 | 1000 | 1101 | 100110110 | 111100 | 1000010 |
Color Harmonies of #DD75CC
Complementary color
Monochromatic Colors of #DD75CC
Black with #DD75CC
Text Example
Text Example
White with #DD75CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75CC; }
p { color: rgb(221,117,204); }
H1.HeaderClassName
{
color: #DD75CC;
}
.AnyTagClassName
{
color: #DD75CC;
}
</style>
background-color css
<style>
a { background-color: #DD75CC; }
a { background-color: rgb(221,117,204); }
div.DivClassName
{
background-color: #DD75CC;
}
.BgClassName
{
background-color: #DD75CC;
}
</style>
border-color css
<style>
span { border-color: #DD75CC; }
span { border-color: rgb(221,117,204); }
td.TdClassName
{
border-color: #DD75CC;
}
.TagClassName
{
border-color: #DD75CC;
}
</style>