Shades of Orchid #DD7FC8
Tints of Orchid #DD7FC8
RGB
CMYK
RGB Variations
Color information
#DD7FC8 (or 0xDD7FC8) is known color: Orchid. HEX triplet: DD, 7F and C8. RGB value is (221,127,200). Sum of RGB (Red+Green+Blue) = 221+127+200=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FC8 is #228037. Grayscale: #A3A3A3. Windows color (decimal): -2261048 or 13139933. OLE color: 13139933.
HSL color Cylindrical-coordinate representation of color #DD7FC8: hue angle of 313.4º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7FC8 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 200 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.13 |
| HSL | 313.4º | 0.58% | 0.68% | - |
| HSV(B) | 313.4º | 0.43% | 0.87% | - |
| XYZ | 47.83 | 34.72 | 58.82 | - |
| YUV | 163.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 200 | 0 | 0.43 | 0.10 | 0.13 | 313.4 | 0.58 | 0.68 |
| Hex | DD | 7F | C8 | 0 | 2B | A | D | 139 | 3A | 44 |
| Octal | 335 | 177 | 310 | 0 | 53 | 12 | 15 | 471 | 72 | 104 |
| Binary | 11011101 | 1111111 | 11001000 | 0 | 101011 | 1010 | 1101 | 100111001 | 111010 | 1000100 |
Color Harmonies of #DD7FC8
Complementary color
Monochromatic Colors of #DD7FC8
Black with #DD7FC8
Text Example
Text Example
White with #DD7FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FC8; }
p { color: rgb(221,127,200); }
H1.HeaderClassName
{
color: #DD7FC8;
}
.AnyTagClassName
{
color: #DD7FC8;
}
</style>
background-color css
<style>
a { background-color: #DD7FC8; }
a { background-color: rgb(221,127,200); }
div.DivClassName
{
background-color: #DD7FC8;
}
.BgClassName
{
background-color: #DD7FC8;
}
</style>
border-color css
<style>
span { border-color: #DD7FC8; }
span { border-color: rgb(221,127,200); }
td.TdClassName
{
border-color: #DD7FC8;
}
.TagClassName
{
border-color: #DD7FC8;
}
</style>