#D887CA

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

Shades of Orchid #D887CA

Tints of Orchid #D887CA

Color information

#D887CA (or 0xD887CA) is unknown color: approx Orchid. HEX triplet: D8, 87 and CA. RGB value is (216,135,202). Sum of RGB (Red+Green+Blue) = 216+135+202=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D887CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887CA is #277835. Grayscale: #A6A6A6. Windows color (decimal): -2586678 or 13273048. OLE color: 13273048.

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

Color convert

RGB216135202-
CMYK00.380.060.15
HSL310.37º50.94%68.82%-
HSV(B)310.37º37.5%84.71%-
XYZ47.6436.1960.35-
YUV166.86147.84163.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 135 (53.12% from 255) = 24.41%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=39.06%
G=24.41%
B=36.53%

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
Decimal21613520200.380.060.15310.3750.9468.82
HexD887CA0266F1363345
Octal33020731204661746663105
Binary110110001000011111001010010011011011111001101101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887CA; }

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

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

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

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

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

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

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

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