#DA80DE

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

Shades of Orchid #DA80DE

Tints of Orchid #DA80DE

Color information

#DA80DE (or 0xDA80DE) is unknown color: approx Orchid. HEX triplet: DA, 80 and DE. RGB value is (218,128,222). Sum of RGB (Red+Green+Blue) = 218+128+222=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA80DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80DE is #257F21. Grayscale: #A5A5A5. Windows color (decimal): -2457378 or 14581978. OLE color: 14581978.

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

Color convert

RGB218128222-
CMYK0.020.4200.13
HSL297.45º58.75%68.63%-
HSV(B)297.45º42.34%87.06%-
XYZ49.8235.6273.36-
YUV165.63159.82165.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 128 (50.39% from 255) = 22.54%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=38.38%
G=22.54%
B=39.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181282220.020.4200.13297.4558.7568.63
HexDA80DE22A0D1293b45
Octal33220033625201545173105
Binary11011010100000001101111010101010011011001010011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA80DE; }

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

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

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

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

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

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

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

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