#DA83DE

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

Shades of Orchid #DA83DE

Tints of Orchid #DA83DE

Color information

#DA83DE (or 0xDA83DE) is unknown color: approx Orchid. HEX triplet: DA, 83 and DE. RGB value is (218,131,222). Sum of RGB (Red+Green+Blue) = 218+131+222=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA83DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83DE is #257C21. Grayscale: #A7A7A7. Windows color (decimal): -2456610 or 14582746. OLE color: 14582746.

HSL color Cylindrical-coordinate representation of color #DA83DE: hue angle of 297.36º 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 #DA83DE is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218131222-
CMYK0.020.4100.13
HSL297.36º57.96%69.22%-
HSV(B)297.36º40.99%87.06%-
XYZ50.2136.4173.49-
YUV167.39158.82164.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 131 (51.56% from 255) = 22.94%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=38.18%
G=22.94%
B=38.88%

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
Decimal2181312220.020.4100.13297.3657.9669.22
HexDA83DE2290D1293a45
Octal33220333625101545172105
Binary11011010100000111101111010101001011011001010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA83DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA83DE; }

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

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

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

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

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

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

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

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