Shades of Orchid #DD75DF
Tints of Orchid #DD75DF
RGB
CMYK
RGB Variations
Color information
#DD75DF (or 0xDD75DF) is known color: Orchid. HEX triplet: DD, 75 and DF. RGB value is (221,117,223). Sum of RGB (Red+Green+Blue) = 221+117+223=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75DF is #228A20. Grayscale: #9F9F9F. Windows color (decimal): -2263585 or 14644701. OLE color: 14644701.
HSL color Cylindrical-coordinate representation of color #DD75DF: hue angle of 298.87º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD75DF is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 223 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.13 |
| HSL | 298.87º | 0.62% | 0.67% | - |
| HSV(B) | 298.87º | 0.48% | 0.87% | - |
| XYZ | 49.5 | 33.42 | 73.65 | - |
| YUV | 160.18 | 163.46 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 223 | 0.01 | 0.48 | 0 | 0.13 | 298.87 | 0.62 | 0.67 |
| Hex | DD | 75 | DF | 1 | 30 | 0 | D | 12B | 3E | 43 |
| Octal | 335 | 165 | 337 | 1 | 60 | 0 | 15 | 453 | 76 | 103 |
| Binary | 11011101 | 1110101 | 11011111 | 1 | 110000 | 0 | 1101 | 100101011 | 111110 | 1000011 |
Color Harmonies of #DD75DF
Complementary color
Monochromatic Colors of #DD75DF
Black with #DD75DF
Text Example
Text Example
White with #DD75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75DF; }
p { color: rgb(221,117,223); }
H1.HeaderClassName
{
color: #DD75DF;
}
.AnyTagClassName
{
color: #DD75DF;
}
</style>
background-color css
<style>
a { background-color: #DD75DF; }
a { background-color: rgb(221,117,223); }
div.DivClassName
{
background-color: #DD75DF;
}
.BgClassName
{
background-color: #DD75DF;
}
</style>
border-color css
<style>
span { border-color: #DD75DF; }
span { border-color: rgb(221,117,223); }
td.TdClassName
{
border-color: #DD75DF;
}
.TagClassName
{
border-color: #DD75DF;
}
</style>