Shades of Orchid #DD75C5
Tints of Orchid #DD75C5
RGB
CMYK
RGB Variations
Color information
#DD75C5 (or 0xDD75C5) is known color: Orchid. HEX triplet: DD, 75 and C5. RGB value is (221,117,197). Sum of RGB (Red+Green+Blue) = 221+117+197=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75C5 is #228A3A. Grayscale: #9D9D9D. Windows color (decimal): -2263611 or 12940765. OLE color: 12940765.
HSL color Cylindrical-coordinate representation of color #DD75C5: hue angle of 313.85º 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 #DD75C5 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 197 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.13 |
| HSL | 313.85º | 0.6% | 0.66% | - |
| HSV(B) | 313.85º | 0.47% | 0.87% | - |
| XYZ | 46.26 | 32.13 | 56.59 | - |
| YUV | 157.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 197 | 0 | 0.47 | 0.11 | 0.13 | 313.85 | 0.6 | 0.66 |
| Hex | DD | 75 | C5 | 0 | 2F | B | D | 13A | 3C | 42 |
| Octal | 335 | 165 | 305 | 0 | 57 | 13 | 15 | 472 | 74 | 102 |
| Binary | 11011101 | 1110101 | 11000101 | 0 | 101111 | 1011 | 1101 | 100111010 | 111100 | 1000010 |
Color Harmonies of #DD75C5
Complementary color
Monochromatic Colors of #DD75C5
Black with #DD75C5
Text Example
Text Example
White with #DD75C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75C5; }
p { color: rgb(221,117,197); }
H1.HeaderClassName
{
color: #DD75C5;
}
.AnyTagClassName
{
color: #DD75C5;
}
</style>
background-color css
<style>
a { background-color: #DD75C5; }
a { background-color: rgb(221,117,197); }
div.DivClassName
{
background-color: #DD75C5;
}
.BgClassName
{
background-color: #DD75C5;
}
</style>
border-color css
<style>
span { border-color: #DD75C5; }
span { border-color: rgb(221,117,197); }
td.TdClassName
{
border-color: #DD75C5;
}
.TagClassName
{
border-color: #DD75C5;
}
</style>