#D79688

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

Shades of Petite Orchid #D79688

Tints of Petite Orchid #D79688

Color information

#D79688 (or 0xD79688) is unknown color: approx Petite Orchid. HEX triplet: D7, 96 and 88. RGB value is (215,150,136). Sum of RGB (Red+Green+Blue) = 215+150+136=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D79688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79688 is #286977. Grayscale: #A7A7A7. Windows color (decimal): -2648440 or 8951511. OLE color: 8951511.

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

Color convert

RGB215150136-
CMYK00.300.370.16
HSL10.63º49.69%68.82%-
HSV(B)10.63º36.74%84.31%-
XYZ43.3738.0428.35-
YUV167.84110.03161.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 136 (53.52% from 255) = 27.15%
R=42.91%
G=29.94%
B=27.15%

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
Decimal21515013600.300.370.1610.6349.6968.82
HexD7968801E2510b3245
Octal32722621003645201362105
Binary1101011110010110100010000111101001011000010111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79688; }

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

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

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

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

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

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

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

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