#DA83DB

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

Shades of Orchid #DA83DB

Tints of Orchid #DA83DB

Color information

#DA83DB (or 0xDA83DB) is unknown color: approx Orchid. HEX triplet: DA, 83 and DB. RGB value is (218,131,219). Sum of RGB (Red+Green+Blue) = 218+131+219=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83DB is #257C24. Grayscale: #A6A6A6. Windows color (decimal): -2456613 or 14386138. OLE color: 14386138.

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

Color convert

RGB218131219-
CMYK0.000.4000.14
HSL299.32º55%68.63%-
HSV(B)299.32º40.18%85.88%-
XYZ49.8236.2571.39-
YUV167.04157.32164.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 131 (51.56% from 255) = 23.06%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=38.38%
G=23.06%
B=38.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181312190.000.4000.14299.325568.63
HexDA83DB0280E12b3745
Octal33220333305001645367105
Binary1101101010000011110110110101000011101001010111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA83DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA83DB; }

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

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

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

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

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

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

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

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