#DA83DF

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

Shades of Orchid #DA83DF

Tints of Orchid #DA83DF

Color information

#DA83DF (or 0xDA83DF) is unknown color: approx Orchid. HEX triplet: DA, 83 and DF. RGB value is (218,131,223). Sum of RGB (Red+Green+Blue) = 218+131+223=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83DF is #257C20. Grayscale: #A7A7A7. Windows color (decimal): -2456609 or 14648282. OLE color: 14648282.

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

Color convert

RGB218131223-
CMYK0.020.4100.13
HSL296.74º58.97%69.41%-
HSV(B)296.74º41.26%87.45%-
XYZ50.3536.4774.2-
YUV167.5159.32164.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 131 (51.56% from 255) = 22.90%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=38.11%
G=22.90%
B=38.99%

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
Decimal2181312230.020.4100.13296.7458.9769.41
HexDA83DF2290D1293b45
Octal33220333725101545173105
Binary11011010100000111101111110101001011011001010011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA83DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA83DF; }

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

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

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

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

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

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

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

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