#DB6ED8

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

Shades of Orchid #DB6ED8

Tints of Orchid #DB6ED8

Color information

#DB6ED8 (or 0xDB6ED8) is unknown color: approx Orchid. HEX triplet: DB, 6E and D8. RGB value is (219,110,216). Sum of RGB (Red+Green+Blue) = 219+110+216=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ED8 is #249127. Grayscale: #9A9A9A. Windows color (decimal): -2396456 or 14184155. OLE color: 14184155.

HSL color Cylindrical-coordinate representation of color #DB6ED8: hue angle of 301.65º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6ED8 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB219110216-
CMYK00.500.010.14
HSL301.65º60.22%64.51%-
HSV(B)301.65º49.77%85.88%-
XYZ47.1831.1768.5-
YUV154.67162.61173.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 110 (43.36% from 255) = 20.18%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=40.18%
G=20.18%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911021600.500.010.14301.6560.2264.51
HexDB6ED80321E12e3c41
Octal33315633006211645674101
Binary110110111101110110110000110010111101001011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6ED8; }

 p { color: rgb(219,110,216); }

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

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

 a { background-color: rgb(219,110,216); }

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

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

 span { border-color: rgb(219,110,216); }

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