#D79695

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

Shades of Petite Orchid #D79695

Tints of Petite Orchid #D79695

Color information

#D79695 (or 0xD79695) is unknown color: approx Petite Orchid. HEX triplet: D7, 96 and 95. RGB value is (215,150,149). Sum of RGB (Red+Green+Blue) = 215+150+149=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D79695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79695 is #28696A. Grayscale: #A9A9A9. Windows color (decimal): -2648427 or 9803479. OLE color: 9803479.

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

Color convert

RGB215150149-
CMYK00.300.310.16
HSL0.91º45.21%71.37%-
HSV(B)0.91º30.7%84.31%-
XYZ44.3638.4333.51-
YUV169.32116.53160.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.83%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=41.83%
G=29.18%
B=28.99%

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
Decimal21515014900.300.310.160.9145.2171.37
HexD7969501E1F1012d47
Octal3272262250363720155107
Binary110101111001011010010101011110111111000011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79695; }

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

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

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

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

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

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

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

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