#D79987

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

Shades of Petite Orchid #D79987

Tints of Petite Orchid #D79987

Color information

#D79987 (or 0xD79987) is unknown color: approx Petite Orchid. HEX triplet: D7, 99 and 87. RGB value is (215,153,135). Sum of RGB (Red+Green+Blue) = 215+153+135=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D79987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79987 is #286678. Grayscale: #A9A9A9. Windows color (decimal): -2647673 or 8886743. OLE color: 8886743.

HSL color Cylindrical-coordinate representation of color #D79987: hue angle of 13.5º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D79987 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB215153135-
CMYK00.290.370.16
HSL13.5º50%68.63%-
HSV(B)13.5º37.21%84.31%-
XYZ43.7938.9828.14-
YUV169.49108.54160.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.74%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=42.74%
G=30.42%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515313500.290.370.1613.55068.63
HexD7998701D2510e3245
Octal32723120703545201662105
Binary1101011110011001100001110111011001011000011101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79987; }

 p { color: rgb(215,153,135); }

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

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

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

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

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

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

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