#DA6EBD

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

Shades of Orchid #DA6EBD

Tints of Orchid #DA6EBD

Color information

#DA6EBD (or 0xDA6EBD) is unknown color: approx Orchid. HEX triplet: DA, 6E and BD. RGB value is (218,110,189). Sum of RGB (Red+Green+Blue) = 218+110+189=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EBD is #259142. Grayscale: #979797. Windows color (decimal): -2462019 or 12414682. OLE color: 12414682.

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

Color convert

RGB218110189-
CMYK00.500.130.15
HSL316.11º59.34%64.31%-
HSV(B)316.11º49.54%85.49%-
XYZ43.6729.7351.58-
YUV151.3149.28175.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 110 (43.36% from 255) = 21.28%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=42.17%
G=21.28%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811018900.500.130.15316.1159.3464.31
HexDA6EBD032DF13c3b40
Octal332156275062151747473100
Binary110110101101110101111010110010110111111001111001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6EBD; }

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

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

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

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

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

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

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

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