#D79C95

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

Shades of Petite Orchid #D79C95

Tints of Petite Orchid #D79C95

Color information

#D79C95 (or 0xD79C95) is unknown color: approx Petite Orchid. HEX triplet: D7, 9C and 95. RGB value is (215,156,149). Sum of RGB (Red+Green+Blue) = 215+156+149=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79C95 is #28636A. Grayscale: #ACACAC. Windows color (decimal): -2646891 or 9805015. OLE color: 9805015.

HSL color Cylindrical-coordinate representation of color #D79C95: hue angle of 6.36º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D79C95 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215156149-
CMYK00.270.310.16
HSL6.36º45.21%71.37%-
HSV(B)6.36º30.7%84.31%-
XYZ45.3440.3933.84-
YUV172.84114.55158.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=41.35%
G=30%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515614900.270.310.166.3645.2171.37
HexD79C9501B1F1062d47
Octal3272342250333720655107
Binary11010111100111001001010101101111111100001101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79C95; }

 p { color: rgb(215,156,149); }

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

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

 a { background-color: rgb(215,156,149); }

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

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

 span { border-color: rgb(215,156,149); }

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