#DA82DE

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

Shades of Orchid #DA82DE

Tints of Orchid #DA82DE

Color information

#DA82DE (or 0xDA82DE) is unknown color: approx Orchid. HEX triplet: DA, 82 and DE. RGB value is (218,130,222). Sum of RGB (Red+Green+Blue) = 218+130+222=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82DE is #257D21. Grayscale: #A6A6A6. Windows color (decimal): -2456866 or 14582490. OLE color: 14582490.

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

Color convert

RGB218130222-
CMYK0.020.4100.13
HSL297.39º58.23%69.02%-
HSV(B)297.39º41.44%87.06%-
XYZ50.0836.1473.44-
YUV166.8159.15164.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 130 (51.17% from 255) = 22.81%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=38.25%
G=22.81%
B=38.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181302220.020.4100.13297.3958.2369.02
HexDA82DE2290D1293a45
Octal33220233625101545172105
Binary11011010100000101101111010101001011011001010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82DE; }

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

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

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

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

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

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

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

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