#DB84DE

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

Shades of Orchid #DB84DE

Tints of Orchid #DB84DE

Color information

#DB84DE (or 0xDB84DE) is unknown color: approx Orchid. HEX triplet: DB, 84 and DE. RGB value is (219,132,222). Sum of RGB (Red+Green+Blue) = 219+132+222=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB84DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84DE is #247B21. Grayscale: #A8A8A8. Windows color (decimal): -2390818 or 14583003. OLE color: 14583003.

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

Color convert

RGB219132222-
CMYK0.010.4100.13
HSL298º57.69%69.41%-
HSV(B)298º40.54%87.06%-
XYZ50.6536.8473.55-
YUV168.27158.32164.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=38.22%
G=23.04%
B=38.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191322220.010.4100.1329857.6969.41
HexDB84DE1290D12a3a45
Octal33320433615101545272105
Binary1101101110000100110111101101001011011001010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB84DE; }

 p { color: rgb(219,132,222); }

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

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

 a { background-color: rgb(219,132,222); }

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

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

 span { border-color: rgb(219,132,222); }

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