#DB6AD7

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

Shades of Orchid #DB6AD7

Tints of Orchid #DB6AD7

Color information

#DB6AD7 (or 0xDB6AD7) is unknown color: approx Orchid. HEX triplet: DB, 6A and D7. RGB value is (219,106,215). Sum of RGB (Red+Green+Blue) = 219+106+215=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6AD7 is #249528. Grayscale: #979797. Windows color (decimal): -2397481 or 14117595. OLE color: 14117595.

HSL color Cylindrical-coordinate representation of color #DB6AD7: hue angle of 302.12º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6AD7 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB219106215-
CMYK00.520.020.14
HSL302.12º61.08%63.73%-
HSV(B)302.12º51.6%85.88%-
XYZ46.6330.2767.68-
YUV152.21163.44175.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 106 (41.80% from 255) = 19.63%
BLUE value IS 215 (84.38% from 255) = 39.81%
R=40.56%
G=19.63%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910621500.520.020.14302.1261.0863.73
HexDB6AD70342E12e3d40
Octal33315232706421645675100
Binary1101101111010101101011101101001011101001011101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6AD7; }

 p { color: rgb(219,106,215); }

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

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

 a { background-color: rgb(219,106,215); }

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

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

 span { border-color: rgb(219,106,215); }

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