#DB76DC

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

Shades of Orchid #DB76DC

Tints of Orchid #DB76DC

Color information

#DB76DC (or 0xDB76DC) is unknown color: approx Orchid. HEX triplet: DB, 76 and DC. RGB value is (219,118,220). Sum of RGB (Red+Green+Blue) = 219+118+220=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76DC is #248923. Grayscale: #9F9F9F. Windows color (decimal): -2394404 or 14448347. OLE color: 14448347.

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

Color convert

RGB219118220-
CMYK0.000.4600.14
HSL299.41º59.3%66.27%-
HSV(B)299.41º46.36%86.27%-
XYZ48.6133.1871.55-
YUV159.83161.96170.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 118 (46.48% from 255) = 21.18%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=39.32%
G=21.18%
B=39.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191182200.000.4600.14299.4159.366.27
HexDB76DC02E0E12b3b42
Octal33316633405601645373102
Binary110110111110110110111000101110011101001010111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB76DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB76DC; }

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

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

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

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

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

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

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

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