#DB80DD

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

Shades of Orchid #DB80DD

Tints of Orchid #DB80DD

Color information

#DB80DD (or 0xDB80DD) is unknown color: approx Orchid. HEX triplet: DB, 80 and DD. RGB value is (219,128,221). Sum of RGB (Red+Green+Blue) = 219+128+221=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80DD is #247F22. Grayscale: #A5A5A5. Windows color (decimal): -2391843 or 14516443. OLE color: 14516443.

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

Color convert

RGB219128221-
CMYK0.010.4200.13
HSL298.71º57.76%68.43%-
HSV(B)298.71º42.08%86.67%-
XYZ49.9835.7272.67-
YUV165.81159.15165.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 128 (50.39% from 255) = 22.54%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=38.56%
G=22.54%
B=38.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191282210.010.4200.13298.7157.7668.43
HexDB80DD12A0D12b3a44
Octal33320033515201545372104
Binary1101101110000000110111011101010011011001010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB80DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB80DD; }

 p { color: rgb(219,128,221); }

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

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

 a { background-color: rgb(219,128,221); }

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

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

 span { border-color: rgb(219,128,221); }

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