#DB6AC4

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

Shades of Orchid #DB6AC4

Tints of Orchid #DB6AC4

Color information

#DB6AC4 (or 0xDB6AC4) is unknown color: approx Orchid. HEX triplet: DB, 6A and C4. RGB value is (219,106,196). Sum of RGB (Red+Green+Blue) = 219+106+196=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6AC4 is #24953B. Grayscale: #959595. Windows color (decimal): -2397500 or 12872411. OLE color: 12872411.

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

Color convert

RGB219106196-
CMYK00.520.110.14
HSL312.21º61.08%63.73%-
HSV(B)312.21º51.6%85.88%-
XYZ44.3329.3555.55-
YUV150.05153.94177.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 106 (41.80% from 255) = 20.35%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=42.03%
G=20.35%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910619600.520.110.14312.2161.0863.73
HexDB6AC4034BE1383d40
Octal333152304064131647075100
Binary110110111101010110001000110100101111101001110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6AC4; }

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

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

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

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

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

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

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

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