#d882da

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

Shades of Orchid #D882DA

Tints of Orchid #D882DA

Color information

#D882DA (or 0xD882DA) is unknown color: approx Orchid. HEX triplet: D8, 82 and DA. RGB value is (216,130,218). Sum of RGB (Red+Green+Blue) = 216+130+218=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #D882DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882DA is #277D25. Grayscale: #A5A5A5. Windows color (decimal): -2587942 or 14320344. OLE color: 14320344.

HSL color Cylindrical-coordinate representation of color #D882DA: hue angle of 298.64º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D882DA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216130218-
CMYK0.010.4000.15
HSL298.64º54.32%68.24%-
HSV(B)298.64º40.37%85.49%-
XYZ48.9635.6370.63-
YUV165.75157.49163.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 130 (51.17% from 255) = 23.05%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=38.30%
G=23.05%
B=38.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161302180.010.4000.15298.6454.3268.24
HexD882DA1280F12b3644
Octal33020233215001745366104
Binary1101100010000010110110101101000011111001010111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d882da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d882da; }

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

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

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

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

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

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

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

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