#DA6EE5

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

Shades of Orchid #DA6EE5

Tints of Orchid #DA6EE5

Color information

#DA6EE5 (or 0xDA6EE5) is unknown color: approx Orchid. HEX triplet: DA, 6E and E5. RGB value is (218,110,229). Sum of RGB (Red+Green+Blue) = 218+110+229=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA6EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EE5 is #25911A. Grayscale: #9B9B9B. Windows color (decimal): -2461979 or 15036122. OLE color: 15036122.

HSL color Cylindrical-coordinate representation of color #DA6EE5: hue angle of 294.45º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6EE5 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218110229-
CMYK0.050.5200.10
HSL294.45º69.59%66.47%-
HSV(B)294.45º51.97%89.8%-
XYZ48.6331.7177.69-
YUV155.86169.28172.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 110 (43.36% from 255) = 19.75%
BLUE value IS 229 (89.84% from 255) = 41.11%
R=39.14%
G=19.75%
B=41.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181102290.050.5200.10294.4569.5966.47
HexDA6EE55340A1264642
Octal332156345564012446106102
Binary110110101101110111001011011101000101010010011010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6EE5; }

 p { color: rgb(218,110,229); }

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

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

 a { background-color: rgb(218,110,229); }

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

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

 span { border-color: rgb(218,110,229); }

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