#DB79C3

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

Shades of Orchid #DB79C3

Tints of Orchid #DB79C3

Color information

#DB79C3 (or 0xDB79C3) is unknown color: approx Orchid. HEX triplet: DB, 79 and C3. RGB value is (219,121,195). Sum of RGB (Red+Green+Blue) = 219+121+195=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79C3 is #24863C. Grayscale: #9E9E9E. Windows color (decimal): -2393661 or 12810715. OLE color: 12810715.

HSL color Cylindrical-coordinate representation of color #DB79C3: hue angle of 314.69º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB79C3 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219121195-
CMYK00.450.110.14
HSL314.69º57.65%66.67%-
HSV(B)314.69º44.75%85.88%-
XYZ45.932.6755.52-
YUV158.74148.47170.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 121 (47.66% from 255) = 22.62%
BLUE value IS 195 (76.56% from 255) = 36.45%
R=40.93%
G=22.62%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912119500.450.110.14314.6957.6566.67
HexDB79C302DBE13b3a43
Octal333171303055131647372103
Binary110110111111001110000110101101101111101001110111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB79C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB79C3; }

 p { color: rgb(219,121,195); }

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

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

 a { background-color: rgb(219,121,195); }

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

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

 span { border-color: rgb(219,121,195); }

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