#D882DD

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

Shades of Orchid #D882DD

Tints of Orchid #D882DD

Color information

#D882DD (or 0xD882DD) is unknown color: approx Orchid. HEX triplet: D8, 82 and DD. RGB value is (216,130,221). Sum of RGB (Red+Green+Blue) = 216+130+221=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #D882DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882DD is #277D22. Grayscale: #A5A5A5. Windows color (decimal): -2587939 or 14516952. OLE color: 14516952.

HSL color Cylindrical-coordinate representation of color #D882DD: hue angle of 296.7º degrees, saturation: 0.57, 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 #D882DD is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216130221-
CMYK0.020.4100.13
HSL296.7º57.23%68.82%-
HSV(B)296.7º41.18%86.67%-
XYZ49.3535.7872.71-
YUV166.09158.99163.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 130 (51.17% from 255) = 22.93%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=38.10%
G=22.93%
B=38.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161302210.020.4100.13296.757.2368.82
HexD882DD2290D1293945
Octal33020233525101545171105
Binary11011000100000101101110110101001011011001010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D882DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D882DD; }

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

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

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

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

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

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

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

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