#D79E9E

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

Shades of Petite Orchid #D79E9E

Tints of Petite Orchid #D79E9E

Color information

#D79E9E (or 0xD79E9E) is unknown color: approx Petite Orchid. HEX triplet: D7, 9E and 9E. RGB value is (215,158,158). Sum of RGB (Red+Green+Blue) = 215+158+158=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79E9E is #286161. Grayscale: #AFAFAF. Windows color (decimal): -2646370 or 10395351. OLE color: 10395351.

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

Color convert

RGB215158158-
CMYK00.270.270.16
HSL41.61%73.14%-
HSV(B)26.51%84.31%-
XYZ46.4241.3737.89-
YUV175.04118.38156.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=40.49%
G=29.76%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515815800.270.270.16041.6173.14
HexD79E9E01B1B1002a49
Octal3272362360333320052111
Binary110101111001111010011110011011110111000001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79E9E; }

 p { color: rgb(215,158,158); }

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

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

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

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

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

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

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