#DA64DE

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

Shades of Orchid #DA64DE

Tints of Orchid #DA64DE

Color information

#DA64DE (or 0xDA64DE) is unknown color: approx Orchid. HEX triplet: DA, 64 and DE. RGB value is (218,100,222). Sum of RGB (Red+Green+Blue) = 218+100+222=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA64DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64DE is #259B21. Grayscale: #949494. Windows color (decimal): -2464546 or 14574810. OLE color: 14574810.

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

Color convert

RGB218100222-
CMYK0.020.5500.13
HSL298.03º64.89%63.14%-
HSV(B)298.03º54.95%87.06%-
XYZ46.6629.2972.3-
YUV149.19169.09177.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 100 (39.45% from 255) = 18.52%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=40.37%
G=18.52%
B=41.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181002220.020.5500.13298.0364.8963.14
HexDA64DE2370D12a413f
Octal33214433626701545210177
Binary1101101011001001101111010110111011011001010101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA64DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA64DE; }

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

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

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

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

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

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

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

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