Shades of Orchid #DD75CE
Tints of Orchid #DD75CE
RGB
CMYK
RGB Variations
Color information
#DD75CE (or 0xDD75CE) is known color: Orchid. HEX triplet: DD, 75 and CE. RGB value is (221,117,206). Sum of RGB (Red+Green+Blue) = 221+117+206=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75CE is #228A31. Grayscale: #9D9D9D. Windows color (decimal): -2263602 or 13530589. OLE color: 13530589.
HSL color Cylindrical-coordinate representation of color #DD75CE: hue angle of 308.65º 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 #DD75CE is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 206 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.13 |
| HSL | 308.65º | 0.6% | 0.66% | - |
| HSV(B) | 308.65º | 0.47% | 0.87% | - |
| XYZ | 47.32 | 32.55 | 62.18 | - |
| YUV | 158.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 206 | 0 | 0.47 | 0.07 | 0.13 | 308.65 | 0.6 | 0.66 |
| Hex | DD | 75 | CE | 0 | 2F | 7 | D | 135 | 3C | 42 |
| Octal | 335 | 165 | 316 | 0 | 57 | 7 | 15 | 465 | 74 | 102 |
| Binary | 11011101 | 1110101 | 11001110 | 0 | 101111 | 111 | 1101 | 100110101 | 111100 | 1000010 |
Color Harmonies of #DD75CE
Complementary color
Monochromatic Colors of #DD75CE
Black with #DD75CE
Text Example
Text Example
White with #DD75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75CE; }
p { color: rgb(221,117,206); }
H1.HeaderClassName
{
color: #DD75CE;
}
.AnyTagClassName
{
color: #DD75CE;
}
</style>
background-color css
<style>
a { background-color: #DD75CE; }
a { background-color: rgb(221,117,206); }
div.DivClassName
{
background-color: #DD75CE;
}
.BgClassName
{
background-color: #DD75CE;
}
</style>
border-color css
<style>
span { border-color: #DD75CE; }
span { border-color: rgb(221,117,206); }
td.TdClassName
{
border-color: #DD75CE;
}
.TagClassName
{
border-color: #DD75CE;
}
</style>