#D79795

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

Shades of Petite Orchid #D79795

Tints of Petite Orchid #D79795

Color information

#D79795 (or 0xD79795) is unknown color: approx Petite Orchid. HEX triplet: D7, 97 and 95. RGB value is (215,151,149). Sum of RGB (Red+Green+Blue) = 215+151+149=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D79795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79795 is #28686A. Grayscale: #A9A9A9. Windows color (decimal): -2648171 or 9803735. OLE color: 9803735.

HSL color Cylindrical-coordinate representation of color #D79795: hue angle of 1.82º 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 #D79795 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215151149-
CMYK00.300.310.16
HSL1.82º45.21%71.37%-
HSV(B)1.82º30.7%84.31%-
XYZ44.5238.7533.57-
YUV169.91116.2160.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=41.75%
G=29.32%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515114900.300.310.161.8245.2171.37
HexD7979501E1F1022d47
Octal3272272250363720255107
Binary1101011110010111100101010111101111110000101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79795; }

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

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

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

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

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

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

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

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