#D887D2

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

Shades of Orchid #D887D2

Tints of Orchid #D887D2

Color information

#D887D2 (or 0xD887D2) is unknown color: approx Orchid. HEX triplet: D8, 87 and D2. RGB value is (216,135,210). Sum of RGB (Red+Green+Blue) = 216+135+210=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D887D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887D2 is #27782D. Grayscale: #A7A7A7. Windows color (decimal): -2586670 or 13797336. OLE color: 13797336.

HSL color Cylindrical-coordinate representation of color #D887D2: hue angle of 304.44º 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 #D887D2 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216135210-
CMYK00.380.030.15
HSL304.44º50.94%68.82%-
HSV(B)304.44º37.5%84.71%-
XYZ48.6236.5865.47-
YUV167.77151.84162.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 135 (53.12% from 255) = 24.06%
BLUE value IS 210 (82.42% from 255) = 37.43%
R=38.50%
G=24.06%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613521000.380.030.15304.4450.9468.82
HexD887D20263F1303345
Octal33020732204631746063105
Binary11011000100001111101001001001101111111001100001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887D2; }

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

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

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

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

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

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

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

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