#DD87DD

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

Shades of Orchid #DD87DD

Tints of Orchid #DD87DD

Color information

#DD87DD (or 0xDD87DD) is unknown color: approx Orchid. HEX triplet: DD, 87 and DD. RGB value is (221,135,221). Sum of RGB (Red+Green+Blue) = 221+135+221=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87DD is #227822. Grayscale: #AAAAAA. Windows color (decimal): -2258979 or 14518237. OLE color: 14518237.

HSL color Cylindrical-coordinate representation of color #DD87DD: hue angle of 300º 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 #DD87DD is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221135221-
CMYK00.3900.13
HSL300º55.84%69.8%-
HSV(B)300º38.91%86.67%-
XYZ51.5337.9273.01-
YUV170.52156.49164.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 135 (53.12% from 255) = 23.40%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=38.30%
G=23.40%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113522100.3900.1330055.8469.8
HexDD87DD0270D12c3846
Octal33520733504701545470106
Binary1101110110000111110111010100111011011001011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87DD; }

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

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

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

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

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

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

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

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