#d882e2

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

Shades of Orchid #D882E2

Tints of Orchid #D882E2

Color information

#D882E2 (or 0xD882E2) is unknown color: approx Orchid. HEX triplet: D8, 82 and E2. RGB value is (216,130,226). Sum of RGB (Red+Green+Blue) = 216+130+226=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #D882E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882E2 is #277D1D. Grayscale: #A6A6A6. Windows color (decimal): -2587934 or 14844632. OLE color: 14844632.

HSL color Cylindrical-coordinate representation of color #D882E2: hue angle of 293.75º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D882E2 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216130226-
CMYK0.040.4200.11
HSL293.75º62.34%69.8%-
HSV(B)293.75º42.48%88.63%-
XYZ50.0336.0676.27-
YUV166.66161.49163.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 130 (51.17% from 255) = 22.73%
BLUE value IS 226 (88.67% from 255) = 39.51%
R=37.76%
G=22.73%
B=39.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161302260.040.4200.11293.7562.3469.8
HexD882E242A0B1263e46
Octal33020234245201344676106
Binary110110001000001011100010100101010010111001001101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d882e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d882e2; }

 p { color: rgb(216,130,226); }

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

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

 a { background-color: rgb(216,130,226); }

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

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

 span { border-color: rgb(216,130,226); }

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