#DB6BE9

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

Shades of Orchid #DB6BE9

Tints of Orchid #DB6BE9

Color information

#DB6BE9 (or 0xDB6BE9) is unknown color: approx Orchid. HEX triplet: DB, 6B and E9. RGB value is (219,107,233). Sum of RGB (Red+Green+Blue) = 219+107+233=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB6BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BE9 is #249416. Grayscale: #9A9A9A. Windows color (decimal): -2397207 or 15297499. OLE color: 15297499.

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

Color convert

RGB219107233-
CMYK0.060.5400.09
HSL293.33º74.12%66.67%-
HSV(B)293.33º54.08%91.37%-
XYZ49.1831.4680.57-
YUV154.85172.11173.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 107 (42.19% from 255) = 19.14%
BLUE value IS 233 (91.41% from 255) = 41.68%
R=39.18%
G=19.14%
B=41.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191072330.060.5400.09293.3374.1266.67
HexDB6BE9636091254a43
Octal333153351666011445112103
Binary110110111101011111010011101101100100110010010110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6BE9; }

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

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

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

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

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

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

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

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