#DB6AD1

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

Shades of Orchid #DB6AD1

Tints of Orchid #DB6AD1

Color information

#DB6AD1 (or 0xDB6AD1) is unknown color: approx Orchid. HEX triplet: DB, 6A and D1. RGB value is (219,106,209). Sum of RGB (Red+Green+Blue) = 219+106+209=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6AD1 is #24952E. Grayscale: #979797. Windows color (decimal): -2397487 or 13724379. OLE color: 13724379.

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

Color convert

RGB219106209-
CMYK00.520.050.14
HSL305.31º61.08%63.73%-
HSV(B)305.31º51.6%85.88%-
XYZ45.8829.9763.69-
YUV151.53160.44176.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.01%
GREEN value IS 106 (41.80% from 255) = 19.85%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=41.01%
G=19.85%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910620900.520.050.14305.3161.0863.73
HexDB6AD10345E1313d40
Octal33315232106451646175100
Binary11011011110101011010001011010010111101001100011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6AD1; }

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

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

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

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

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

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

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

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