#D882DE

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

Shades of Orchid #D882DE

Tints of Orchid #D882DE

Color information

#D882DE (or 0xD882DE) is unknown color: approx Orchid. HEX triplet: D8, 82 and DE. RGB value is (216,130,222). Sum of RGB (Red+Green+Blue) = 216+130+222=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #D882DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882DE is #277D21. Grayscale: #A5A5A5. Windows color (decimal): -2587938 or 14582488. OLE color: 14582488.

HSL color Cylindrical-coordinate representation of color #D882DE: hue angle of 296.09º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D882DE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216130222-
CMYK0.030.4100.13
HSL296.09º58.23%69.02%-
HSV(B)296.09º41.44%87.06%-
XYZ49.4935.8473.42-
YUV166.2159.49163.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 130 (51.17% from 255) = 22.89%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=38.03%
G=22.89%
B=39.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161302220.030.4100.13296.0958.2369.02
HexD882DE3290D1283a45
Octal33020233635101545072105
Binary11011000100000101101111011101001011011001010001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D882DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D882DE; }

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

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

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

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

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

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

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

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