#DA6ED5

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

Shades of Orchid #DA6ED5

Tints of Orchid #DA6ED5

Color information

#DA6ED5 (or 0xDA6ED5) is unknown color: approx Orchid. HEX triplet: DA, 6E and D5. RGB value is (218,110,213). Sum of RGB (Red+Green+Blue) = 218+110+213=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ED5 is #25912A. Grayscale: #999999. Windows color (decimal): -2461995 or 13987546. OLE color: 13987546.

HSL color Cylindrical-coordinate representation of color #DA6ED5: hue angle of 302.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6ED5 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218110213-
CMYK00.500.020.15
HSL302.78º59.34%64.31%-
HSV(B)302.78º49.54%85.49%-
XYZ46.530.8666.46-
YUV154.03161.28173.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 110 (43.36% from 255) = 20.33%
BLUE value IS 213 (83.59% from 255) = 39.37%
R=40.30%
G=20.33%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811021300.500.020.15302.7859.3464.31
HexDA6ED50322F12f3b40
Octal33215632506221745773100
Binary1101101011011101101010101100101011111001011111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6ED5; }

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

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

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

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

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

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

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

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