#D79797

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

Shades of Petite Orchid #D79797

Tints of Petite Orchid #D79797

Color information

#D79797 (or 0xD79797) is unknown color: approx Petite Orchid. HEX triplet: D7, 97 and 97. RGB value is (215,151,151). Sum of RGB (Red+Green+Blue) = 215+151+151=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D79797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79797 is #286868. Grayscale: #AAAAAA. Windows color (decimal): -2648169 or 9934807. OLE color: 9934807.

HSL color Cylindrical-coordinate representation of color #D79797: hue angle of 0º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79797 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB215151151-
CMYK00.300.300.16
HSL44.44%71.76%-
HSV(B)29.77%84.31%-
XYZ44.6838.8134.42-
YUV170.14117.2160-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.59%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 151 (59.38% from 255) = 29.21%
R=41.59%
G=29.21%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515115100.300.300.16044.4471.76
HexD7979701E1E1002c48
Octal3272272270363620054110
Binary110101111001011110010111011110111101000001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79797; }

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

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

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

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

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

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

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

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