#DA82DB

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

Shades of Orchid #DA82DB

Tints of Orchid #DA82DB

Color information

#DA82DB (or 0xDA82DB) is unknown color: approx Orchid. HEX triplet: DA, 82 and DB. RGB value is (218,130,219). Sum of RGB (Red+Green+Blue) = 218+130+219=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82DB is #257D24. Grayscale: #A6A6A6. Windows color (decimal): -2456869 or 14385882. OLE color: 14385882.

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

Color convert

RGB218130219-
CMYK0.000.4100.14
HSL299.33º55.28%68.43%-
HSV(B)299.33º40.64%85.88%-
XYZ49.6835.9971.35-
YUV166.46157.65164.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 130 (51.17% from 255) = 22.93%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=38.45%
G=22.93%
B=38.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181302190.000.4100.14299.3355.2868.43
HexDA82DB0290E12b3744
Octal33220233305101645367104
Binary1101101010000010110110110101001011101001010111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82DB; }

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

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

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

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

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

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

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

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