#DA80DC

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

Shades of Orchid #DA80DC

Tints of Orchid #DA80DC

Color information

#DA80DC (or 0xDA80DC) is unknown color: approx Orchid. HEX triplet: DA, 80 and DC. RGB value is (218,128,220). Sum of RGB (Red+Green+Blue) = 218+128+220=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80DC is #257F23. Grayscale: #A5A5A5. Windows color (decimal): -2457380 or 14450906. OLE color: 14450906.

HSL color Cylindrical-coordinate representation of color #DA80DC: hue angle of 298.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA80DC is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218128220-
CMYK0.010.4200.14
HSL298.7º56.79%68.24%-
HSV(B)298.7º41.82%86.27%-
XYZ49.5535.5171.95-
YUV165.4158.82165.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 128 (50.39% from 255) = 22.61%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=38.52%
G=22.61%
B=38.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181282200.010.4200.14298.756.7968.24
HexDA80DC12A0E12b3944
Octal33220033415201645371104
Binary1101101010000000110111001101010011101001010111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA80DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA80DC; }

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

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

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

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

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

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

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

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