#DB6DD5

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

Shades of Orchid #DB6DD5

Tints of Orchid #DB6DD5

Color information

#DB6DD5 (or 0xDB6DD5) is unknown color: approx Orchid. HEX triplet: DB, 6D and D5. RGB value is (219,109,213). Sum of RGB (Red+Green+Blue) = 219+109+213=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DD5 is #24922A. Grayscale: #999999. Windows color (decimal): -2396715 or 13987291. OLE color: 13987291.

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

Color convert

RGB219109213-
CMYK00.500.030.14
HSL303.27º60.44%64.31%-
HSV(B)303.27º50.23%85.88%-
XYZ46.6930.866.44-
YUV153.75161.44174.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 109 (42.97% from 255) = 20.15%
BLUE value IS 213 (83.59% from 255) = 39.37%
R=40.48%
G=20.15%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910921300.500.030.14303.2760.4464.31
HexDB6DD50323E12f3c40
Octal33315532506231645774100
Binary1101101111011011101010101100101111101001011111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6DD5; }

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

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

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

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

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

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

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

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