#DB79C4

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

Shades of Orchid #DB79C4

Tints of Orchid #DB79C4

Color information

#DB79C4 (or 0xDB79C4) is unknown color: approx Orchid. HEX triplet: DB, 79 and C4. RGB value is (219,121,196). Sum of RGB (Red+Green+Blue) = 219+121+196=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79C4 is #24863B. Grayscale: #9E9E9E. Windows color (decimal): -2393660 or 12876251. OLE color: 12876251.

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

Color convert

RGB219121196-
CMYK00.450.110.14
HSL314.08º57.65%66.67%-
HSV(B)314.08º44.75%85.88%-
XYZ46.0132.7256.11-
YUV158.85148.97170.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 121 (47.66% from 255) = 22.57%
BLUE value IS 196 (76.95% from 255) = 36.57%
R=40.86%
G=22.57%
B=36.57%

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
Decimal21912119600.450.110.14314.0857.6566.67
HexDB79C402DBE13a3a43
Octal333171304055131647272103
Binary110110111111001110001000101101101111101001110101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB79C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB79C4; }

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

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

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

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

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

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

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

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