#DD87CC

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

Shades of Orchid #DD87CC

Tints of Orchid #DD87CC

Color information

#DD87CC (or 0xDD87CC) is unknown color: approx Orchid. HEX triplet: DD, 87 and CC. RGB value is (221,135,204). Sum of RGB (Red+Green+Blue) = 221+135+204=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87CC is #227833. Grayscale: #A8A8A8. Windows color (decimal): -2258996 or 13404125. OLE color: 13404125.

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

Color convert

RGB221135204-
CMYK00.390.080.13
HSL311.86º55.84%69.8%-
HSV(B)311.86º38.91%86.67%-
XYZ49.3837.0661.68-
YUV168.58147.99165.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 135 (53.12% from 255) = 24.11%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=39.46%
G=24.11%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113520400.390.080.13311.8655.8469.8
HexDD87CC0278D1383846
Octal335207314047101547070106
Binary1101110110000111110011000100111100011011001110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87CC; }

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

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

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

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

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

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

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

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