#D887CE

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

Shades of Orchid #D887CE

Tints of Orchid #D887CE

Color information

#D887CE (or 0xD887CE) is unknown color: approx Orchid. HEX triplet: D8, 87 and CE. RGB value is (216,135,206). Sum of RGB (Red+Green+Blue) = 216+135+206=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D887CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887CE is #277831. Grayscale: #A7A7A7. Windows color (decimal): -2586674 or 13535192. OLE color: 13535192.

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

Color convert

RGB216135206-
CMYK00.380.050.15
HSL307.41º50.94%68.82%-
HSV(B)307.41º37.5%84.71%-
XYZ48.1236.3862.88-
YUV167.31149.84162.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.78%
GREEN value IS 135 (53.12% from 255) = 24.24%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=38.78%
G=24.24%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613520600.380.050.15307.4150.9468.82
HexD887CE0265F1333345
Octal33020731604651746363105
Binary110110001000011111001110010011010111111001100111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887CE; }

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

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

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

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

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

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

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

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