#D880DA

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

Shades of Orchid #D880DA

Tints of Orchid #D880DA

Color information

#D880DA (or 0xD880DA) is unknown color: approx Orchid. HEX triplet: D8, 80 and DA. RGB value is (216,128,218). Sum of RGB (Red+Green+Blue) = 216+128+218=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #D880DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880DA is #277F25. Grayscale: #A4A4A4. Windows color (decimal): -2588454 or 14319832. OLE color: 14319832.

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

Color convert

RGB216128218-
CMYK0.010.4100.15
HSL298.67º54.88%67.84%-
HSV(B)298.67º41.28%85.49%-
XYZ48.6935.170.54-
YUV164.57158.15164.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 128 (50.39% from 255) = 22.78%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=38.43%
G=22.78%
B=38.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161282180.010.4100.15298.6754.8867.84
HexD880DA1290F12b3744
Octal33020033215101745367104
Binary1101100010000000110110101101001011111001010111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D880DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D880DA; }

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

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

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

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

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

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

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

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