#D887CB

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

Shades of Orchid #D887CB

Tints of Orchid #D887CB

Color information

#D887CB (or 0xD887CB) is unknown color: approx Orchid. HEX triplet: D8, 87 and CB. RGB value is (216,135,203). Sum of RGB (Red+Green+Blue) = 216+135+203=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D887CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887CB is #277834. Grayscale: #A6A6A6. Windows color (decimal): -2586677 or 13338584. OLE color: 13338584.

HSL color Cylindrical-coordinate representation of color #D887CB: hue angle of 309.63º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D887CB is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216135203-
CMYK00.380.060.15
HSL309.63º50.94%68.82%-
HSV(B)309.63º37.5%84.71%-
XYZ47.7636.2460.98-
YUV166.97148.34162.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 135 (53.12% from 255) = 24.37%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=38.99%
G=24.37%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613520300.380.060.15309.6350.9468.82
HexD887CB0266F1363345
Octal33020731304661746663105
Binary110110001000011111001011010011011011111001101101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887CB; }

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

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

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

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

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

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

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

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