#DA64DB

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

Shades of Orchid #DA64DB

Tints of Orchid #DA64DB

Color information

#DA64DB (or 0xDA64DB) is unknown color: approx Orchid. HEX triplet: DA, 64 and DB. RGB value is (218,100,219). Sum of RGB (Red+Green+Blue) = 218+100+219=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA64DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64DB is #259B24. Grayscale: #949494. Windows color (decimal): -2464549 or 14378202. OLE color: 14378202.

HSL color Cylindrical-coordinate representation of color #DA64DB: hue angle of 299.5º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA64DB is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218100219-
CMYK0.000.5400.14
HSL299.5º62.3%62.55%-
HSV(B)299.5º54.34%85.88%-
XYZ46.2629.1370.2-
YUV148.85167.59177.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 100 (39.45% from 255) = 18.62%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=40.60%
G=18.62%
B=40.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181002190.000.5400.14299.562.362.55
HexDA64DB0360E12b3e3f
Octal3321443330660164537677
Binary11011010110010011011011011011001110100101011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA64DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA64DB; }

 p { color: rgb(218,100,219); }

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

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

 a { background-color: rgb(218,100,219); }

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

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

 span { border-color: rgb(218,100,219); }

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