#DA6EE9

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

Shades of Orchid #DA6EE9

Tints of Orchid #DA6EE9

Color information

#DA6EE9 (or 0xDA6EE9) is unknown color: approx Orchid. HEX triplet: DA, 6E and E9. RGB value is (218,110,233). Sum of RGB (Red+Green+Blue) = 218+110+233=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 110 (43.36% from 255 or 19.61% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #DA6EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6EE9 is #259116. Grayscale: #9B9B9B. Windows color (decimal): -2461975 or 15298266. OLE color: 15298266.

HSL color Cylindrical-coordinate representation of color #DA6EE9: hue angle of 292.68º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6EE9 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218110233-
CMYK0.060.5300.09
HSL292.68º73.65%67.25%-
HSV(B)292.68º52.79%91.37%-
XYZ49.231.9480.66-
YUV156.31171.28172-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 110 (43.36% from 255) = 19.61%
BLUE value IS 233 (91.41% from 255) = 41.53%
R=38.86%
G=19.61%
B=41.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181102330.060.5300.09292.6873.6567.25
HexDA6EE9635091254a43
Octal332156351665011445112103
Binary110110101101110111010011101101010100110010010110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6EE9; }

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

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

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

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

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

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

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

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