#DA6CE3

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

Shades of Orchid #DA6CE3

Tints of Orchid #DA6CE3

Color information

#DA6CE3 (or 0xDA6CE3) is unknown color: approx Orchid. HEX triplet: DA, 6C and E3. RGB value is (218,108,227). Sum of RGB (Red+Green+Blue) = 218+108+227=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA6CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CE3 is #25931C. Grayscale: #9A9A9A. Windows color (decimal): -2462493 or 14904538. OLE color: 14904538.

HSL color Cylindrical-coordinate representation of color #DA6CE3: hue angle of 295.46º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6CE3 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218108227-
CMYK0.040.5200.11
HSL295.46º68%65.69%-
HSV(B)295.46º52.42%89.02%-
XYZ48.1431.1876.15-
YUV154.46168.94173.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 108 (42.58% from 255) = 19.53%
BLUE value IS 227 (89.06% from 255) = 41.05%
R=39.42%
G=19.53%
B=41.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181082270.040.5200.11295.466865.69
HexDA6CE34340B1274442
Octal332154343464013447104102
Binary110110101101100111000111001101000101110010011110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6CE3; }

 p { color: rgb(218,108,227); }

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

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

 a { background-color: rgb(218,108,227); }

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

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

 span { border-color: rgb(218,108,227); }

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