#DB6ED0

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

Shades of Orchid #DB6ED0

Tints of Orchid #DB6ED0

Color information

#DB6ED0 (or 0xDB6ED0) is unknown color: approx Orchid. HEX triplet: DB, 6E and D0. RGB value is (219,110,208). Sum of RGB (Red+Green+Blue) = 219+110+208=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ED0 is #24912F. Grayscale: #999999. Windows color (decimal): -2396464 or 13659867. OLE color: 13659867.

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

Color convert

RGB219110208-
CMYK00.500.050.14
HSL306.06º60.22%64.51%-
HSV(B)306.06º49.77%85.88%-
XYZ46.1730.7763.18-
YUV153.76158.61174.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 110 (43.36% from 255) = 20.48%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=40.78%
G=20.48%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911020800.500.050.14306.0660.2264.51
HexDB6ED00325E1323c41
Octal33315632006251646274101
Binary11011011110111011010000011001010111101001100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6ED0; }

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

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

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

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

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

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

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

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