#DB6DE9

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

Shades of Orchid #DB6DE9

Tints of Orchid #DB6DE9

Color information

#DB6DE9 (or 0xDB6DE9) is unknown color: approx Orchid. HEX triplet: DB, 6D and E9. RGB value is (219,109,233). Sum of RGB (Red+Green+Blue) = 219+109+233=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB6DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DE9 is #249216. Grayscale: #9B9B9B. Windows color (decimal): -2396695 or 15298011. OLE color: 15298011.

HSL color Cylindrical-coordinate representation of color #DB6DE9: hue angle of 293.23º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6DE9 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219109233-
CMYK0.060.5300.09
HSL293.23º73.81%67.06%-
HSV(B)293.23º53.22%91.37%-
XYZ49.3931.8880.64-
YUV156.03171.44172.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 109 (42.97% from 255) = 19.43%
BLUE value IS 233 (91.41% from 255) = 41.53%
R=39.04%
G=19.43%
B=41.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191092330.060.5300.09293.2373.8167.06
HexDB6DE9635091254a43
Octal333155351665011445112103
Binary110110111101101111010011101101010100110010010110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6DE9; }

 p { color: rgb(219,109,233); }

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

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

 a { background-color: rgb(219,109,233); }

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

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

 span { border-color: rgb(219,109,233); }

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