#D79687

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

Shades of Petite Orchid #D79687

Tints of Petite Orchid #D79687

Color information

#D79687 (or 0xD79687) is unknown color: approx Petite Orchid. HEX triplet: D7, 96 and 87. RGB value is (215,150,135). Sum of RGB (Red+Green+Blue) = 215+150+135=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D79687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79687 is #286978. Grayscale: #A7A7A7. Windows color (decimal): -2648441 or 8885975. OLE color: 8885975.

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

Color convert

RGB215150135-
CMYK00.300.370.16
HSL11.25º50%68.63%-
HSV(B)11.25º37.21%84.31%-
XYZ43.338.0127.98-
YUV167.72109.53161.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 135 (53.12% from 255) = 27%
R=43%
G=30%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515013500.300.370.1611.255068.63
HexD7968701E2510b3245
Octal32722620703645201362105
Binary1101011110010110100001110111101001011000010111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79687; }

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

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

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

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

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

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

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

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