#DB74DC

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

Shades of Orchid #DB74DC

Tints of Orchid #DB74DC

Color information

#DB74DC (or 0xDB74DC) is unknown color: approx Orchid. HEX triplet: DB, 74 and DC. RGB value is (219,116,220). Sum of RGB (Red+Green+Blue) = 219+116+220=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB74DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74DC is #248B23. Grayscale: #9E9E9E. Windows color (decimal): -2394916 or 14447835. OLE color: 14447835.

HSL color Cylindrical-coordinate representation of color #DB74DC: hue angle of 299.42º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB74DC is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219116220-
CMYK0.000.4700.14
HSL299.42º59.77%65.88%-
HSV(B)299.42º47.27%86.27%-
XYZ48.3832.7271.48-
YUV158.65162.62171.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 116 (45.70% from 255) = 20.90%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=39.46%
G=20.90%
B=39.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191162200.000.4700.14299.4259.7765.88
HexDB74DC02F0E12b3c42
Octal33316433405701645374102
Binary110110111110100110111000101111011101001010111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB74DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB74DC; }

 p { color: rgb(219,116,220); }

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

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

 a { background-color: rgb(219,116,220); }

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

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

 span { border-color: rgb(219,116,220); }

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