#D79694

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

Shades of Petite Orchid #D79694

Tints of Petite Orchid #D79694

Color information

#D79694 (or 0xD79694) is unknown color: approx Petite Orchid. HEX triplet: D7, 96 and 94. RGB value is (215,150,148). Sum of RGB (Red+Green+Blue) = 215+150+148=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D79694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79694 is #28696B. Grayscale: #A9A9A9. Windows color (decimal): -2648428 or 9737943. OLE color: 9737943.

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

Color convert

RGB215150148-
CMYK00.300.310.16
HSL1.79º45.58%71.18%-
HSV(B)1.79º31.16%84.31%-
XYZ44.2838.433.09-
YUV169.21116.03160.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=41.91%
G=29.24%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515014800.300.310.161.7945.5871.18
HexD7969401E1F1022e47
Octal3272262240363720256107
Binary1101011110010110100101000111101111110000101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79694; }

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

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

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

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

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

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

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

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