#DA81DE

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

Shades of Orchid #DA81DE

Tints of Orchid #DA81DE

Color information

#DA81DE (or 0xDA81DE) is unknown color: approx Orchid. HEX triplet: DA, 81 and DE. RGB value is (218,129,222). Sum of RGB (Red+Green+Blue) = 218+129+222=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81DE is #257E21. Grayscale: #A5A5A5. Windows color (decimal): -2457122 or 14582234. OLE color: 14582234.

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

Color convert

RGB218129222-
CMYK0.020.4200.13
HSL297.42º58.49%68.82%-
HSV(B)297.42º41.89%87.06%-
XYZ49.9535.8873.4-
YUV166.21159.49164.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=38.31%
G=22.67%
B=39.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181292220.020.4200.13297.4258.4968.82
HexDA81DE22A0D1293a45
Octal33220133625201545172105
Binary11011010100000011101111010101010011011001010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81DE; }

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

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

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

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

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

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

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

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