Shades of Orchid #DF89CC
Tints of Orchid #DF89CC
RGB
CMYK
RGB Variations
Color information
#DF89CC (or 0xDF89CC) is known color: Orchid. HEX triplet: DF, 89 and CC. RGB value is (223,137,204). Sum of RGB (Red+Green+Blue) = 223+137+204=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF89CC is #207633. Grayscale: #AAAAAA. Windows color (decimal): -2127412 or 13404639. OLE color: 13404639.
HSL color Cylindrical-coordinate representation of color #DF89CC: hue angle of 313.26º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF89CC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 204 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.13 |
| HSL | 313.26º | 0.57% | 0.71% | - |
| HSV(B) | 313.26º | 0.39% | 0.87% | - |
| XYZ | 50.28 | 37.94 | 61.8 | - |
| YUV | 170.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 204 | 0 | 0.39 | 0.09 | 0.13 | 313.26 | 0.57 | 0.71 |
| Hex | DF | 89 | CC | 0 | 27 | 9 | D | 139 | 39 | 47 |
| Octal | 337 | 211 | 314 | 0 | 47 | 11 | 15 | 471 | 71 | 107 |
| Binary | 11011111 | 10001001 | 11001100 | 0 | 100111 | 1001 | 1101 | 100111001 | 111001 | 1000111 |
Color Harmonies of #DF89CC
Complementary color
Monochromatic Colors of #DF89CC
Black with #DF89CC
Text Example
Text Example
White with #DF89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF89CC; }
p { color: rgb(223,137,204); }
H1.HeaderClassName
{
color: #DF89CC;
}
.AnyTagClassName
{
color: #DF89CC;
}
</style>
background-color css
<style>
a { background-color: #DF89CC; }
a { background-color: rgb(223,137,204); }
div.DivClassName
{
background-color: #DF89CC;
}
.BgClassName
{
background-color: #DF89CC;
}
</style>
border-color css
<style>
span { border-color: #DF89CC; }
span { border-color: rgb(223,137,204); }
td.TdClassName
{
border-color: #DF89CC;
}
.TagClassName
{
border-color: #DF89CC;
}
</style>