#DA6AE7

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

Shades of Orchid #DA6AE7

Tints of Orchid #DA6AE7

Color information

#DA6AE7 (or 0xDA6AE7) is unknown color: approx Orchid. HEX triplet: DA, 6A and E7. RGB value is (218,106,231). Sum of RGB (Red+Green+Blue) = 218+106+231=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA6AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6AE7 is #259518. Grayscale: #999999. Windows color (decimal): -2463001 or 15166170. OLE color: 15166170.

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

Color convert

RGB218106231-
CMYK0.060.5400.09
HSL293.76º72.25%66.08%-
HSV(B)293.76º54.11%90.59%-
XYZ48.4930.9879.03-
YUV153.74171.61173.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 106 (41.80% from 255) = 19.10%
BLUE value IS 231 (90.62% from 255) = 41.62%
R=39.28%
G=19.10%
B=41.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181062310.060.5400.09293.7672.2566.08
HexDA6AE7636091264842
Octal332152347666011446110102
Binary110110101101010111001111101101100100110010011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6AE7; }

 p { color: rgb(218,106,231); }

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

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

 a { background-color: rgb(218,106,231); }

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

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

 span { border-color: rgb(218,106,231); }

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