#D79790

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

Shades of Petite Orchid #D79790

Tints of Petite Orchid #D79790

Color information

#D79790 (or 0xD79790) is unknown color: approx Petite Orchid. HEX triplet: D7, 97 and 90. RGB value is (215,151,144). Sum of RGB (Red+Green+Blue) = 215+151+144=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D79790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79790 is #28686F. Grayscale: #A9A9A9. Windows color (decimal): -2648176 or 9476055. OLE color: 9476055.

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

Color convert

RGB215151144-
CMYK00.300.330.16
HSL5.92º47.02%70.39%-
HSV(B)5.92º33.02%84.31%-
XYZ44.1238.5931.51-
YUV169.34113.7160.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.16%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 144 (56.64% from 255) = 28.24%
R=42.16%
G=29.61%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515114400.300.330.165.9247.0270.39
HexD7979001E211062f46
Octal3272272200364120657106
Binary110101111001011110010000011110100001100001101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79790; }

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

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

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

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

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

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

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

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