#DA82DA

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

Shades of Orchid #DA82DA

Tints of Orchid #DA82DA

Color information

#DA82DA (or 0xDA82DA) is unknown color: approx Orchid. HEX triplet: DA, 82 and DA. RGB value is (218,130,218). Sum of RGB (Red+Green+Blue) = 218+130+218=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82DA is #257D25. Grayscale: #A6A6A6. Windows color (decimal): -2456870 or 14320346. OLE color: 14320346.

HSL color Cylindrical-coordinate representation of color #DA82DA: hue angle of 300º 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 #DA82DA is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218130218-
CMYK00.4000.15
HSL300º54.32%68.24%-
HSV(B)300º40.37%85.49%-
XYZ49.5535.9370.65-
YUV166.34157.15164.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 130 (51.17% from 255) = 22.97%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=38.52%
G=22.97%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813021800.4000.1530054.3268.24
HexDA82DA0280F12c3644
Octal33220233205001745466104
Binary1101101010000010110110100101000011111001011001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82DA; }

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

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

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

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

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

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

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

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