#DD87CB

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

Shades of Orchid #DD87CB

Tints of Orchid #DD87CB

Color information

#DD87CB (or 0xDD87CB) is unknown color: approx Orchid. HEX triplet: DD, 87 and CB. RGB value is (221,135,203). Sum of RGB (Red+Green+Blue) = 221+135+203=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87CB is #227834. Grayscale: #A8A8A8. Windows color (decimal): -2258997 or 13338589. OLE color: 13338589.

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

Color convert

RGB221135203-
CMYK00.390.080.13
HSL312.56º55.84%69.8%-
HSV(B)312.56º38.91%86.67%-
XYZ49.2637.0161.05-
YUV168.47147.49165.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 135 (53.12% from 255) = 24.15%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=39.53%
G=24.15%
B=36.31%

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
Decimal22113520300.390.080.13312.5655.8469.8
HexDD87CB0278D1393846
Octal335207313047101547170106
Binary1101110110000111110010110100111100011011001110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87CB; }

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

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

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

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

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

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

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

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