#DD87D9

Color #DD87D9 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DD87D9

Tints of Orchid #DD87D9

Color information

#DD87D9 (or 0xDD87D9) is unknown color: approx Orchid. HEX triplet: DD, 87 and D9. RGB value is (221,135,217). Sum of RGB (Red+Green+Blue) = 221+135+217=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87D9 is #227826. Grayscale: #A9A9A9. Windows color (decimal): -2258983 or 14256093. OLE color: 14256093.

HSL color Cylindrical-coordinate representation of color #DD87D9: hue angle of 302.79º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD87D9 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221135217-
CMYK00.390.020.13
HSL302.79º55.84%69.8%-
HSV(B)302.79º38.91%86.67%-
XYZ51.0137.7170.24-
YUV170.06154.49164.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 135 (53.12% from 255) = 23.56%
BLUE value IS 217 (85.16% from 255) = 37.87%
R=38.57%
G=23.56%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113521700.390.020.13302.7955.8469.8
HexDD87D90272D12f3846
Octal33520733104721545770106
Binary11011101100001111101100101001111011011001011111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87D9; }

 p { color: rgb(221,135,217); }

 H1.HeaderClassName
 {
   color: #DD87D9;
 }
 .AnyTagClassName
 {
   color: #DD87D9;
 }
</style>
background-color css

<style>
 a { background-color: #DD87D9; }

 a { background-color: rgb(221,135,217); }

 div.DivClassName
 {
   background-color: #DD87D9;
 }
 .BgClassName
 {
   background-color: #DD87D9;
 }
</style>
border-color css

<style>
 span { border-color: #DD87D9; }

 span { border-color: rgb(221,135,217); }

 td.TdClassName
 {
   border-color: #DD87D9;
 }
 .TagClassName
 {
   border-color: #DD87D9;
 }
</style>