#DB6EDC

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

Shades of Orchid #DB6EDC

Tints of Orchid #DB6EDC

Color information

#DB6EDC (or 0xDB6EDC) is unknown color: approx Orchid. HEX triplet: DB, 6E and DC. RGB value is (219,110,220). Sum of RGB (Red+Green+Blue) = 219+110+220=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB6EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6EDC is #249123. Grayscale: #9A9A9A. Windows color (decimal): -2396452 or 14446299. OLE color: 14446299.

HSL color Cylindrical-coordinate representation of color #DB6EDC: hue angle of 299.45º degrees, saturation: 0.61, 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 #DB6EDC is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219110220-
CMYK0.000.5000.14
HSL299.45º61.11%64.71%-
HSV(B)299.45º50%86.27%-
XYZ47.7131.3871.25-
YUV155.13164.61173.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.89%
GREEN value IS 110 (43.36% from 255) = 20.04%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=39.89%
G=20.04%
B=40.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191102200.000.5000.14299.4561.1164.71
HexDB6EDC0320E12b3d41
Octal33315633406201645375101
Binary110110111101110110111000110010011101001010111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6EDC; }

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

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

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

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

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

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

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

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