#DA6BDE

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

Shades of Orchid #DA6BDE

Tints of Orchid #DA6BDE

Color information

#DA6BDE (or 0xDA6BDE) is unknown color: approx Orchid. HEX triplet: DA, 6B and DE. RGB value is (218,107,222). Sum of RGB (Red+Green+Blue) = 218+107+222=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA6BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BDE is #259421. Grayscale: #989898. Windows color (decimal): -2462754 or 14576602. OLE color: 14576602.

HSL color Cylindrical-coordinate representation of color #DA6BDE: hue angle of 297.91º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6BDE is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218107222-
CMYK0.020.5200.13
HSL297.91º63.54%64.51%-
HSV(B)297.91º51.8%87.06%-
XYZ47.3630.6972.54-
YUV153.3166.77174.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 107 (42.19% from 255) = 19.56%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=39.85%
G=19.56%
B=40.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181072220.020.5200.13297.9163.5464.51
HexDA6BDE2340D12a4041
Octal332153336264015452100101
Binary11011010110101111011110101101000110110010101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6BDE; }

 p { color: rgb(218,107,222); }

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

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

 a { background-color: rgb(218,107,222); }

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

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

 span { border-color: rgb(218,107,222); }

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