#DA6ED1

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

Shades of Orchid #DA6ED1

Tints of Orchid #DA6ED1

Color information

#DA6ED1 (or 0xDA6ED1) is unknown color: approx Orchid. HEX triplet: DA, 6E and D1. RGB value is (218,110,209). Sum of RGB (Red+Green+Blue) = 218+110+209=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ED1 is #25912E. Grayscale: #999999. Windows color (decimal): -2461999 or 13725402. OLE color: 13725402.

HSL color Cylindrical-coordinate representation of color #DA6ED1: hue angle of 305º 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 #DA6ED1 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB218110209-
CMYK00.500.040.15
HSL305º59.34%64.31%-
HSV(B)305º49.54%85.49%-
XYZ4630.6663.82-
YUV153.58159.28173.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 110 (43.36% from 255) = 20.48%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=40.60%
G=20.48%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811020900.500.040.1530559.3464.31
HexDA6ED10324F1313b40
Octal33215632106241746173100
Binary11011010110111011010001011001010011111001100011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6ED1; }

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

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

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

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

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

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

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

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