#D79893

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

Shades of Petite Orchid #D79893

Tints of Petite Orchid #D79893

Color information

#D79893 (or 0xD79893) is unknown color: approx Petite Orchid. HEX triplet: D7, 98 and 93. RGB value is (215,152,147). Sum of RGB (Red+Green+Blue) = 215+152+147=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D79893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79893 is #28676C. Grayscale: #AAAAAA. Windows color (decimal): -2647917 or 9672919. OLE color: 9672919.

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

Color convert

RGB215152147-
CMYK00.290.320.16
HSL4.41º45.95%70.98%-
HSV(B)4.41º31.63%84.31%-
XYZ44.5239.0132.79-
YUV170.27114.87159.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.83%
GREEN value IS 152 (59.77% from 255) = 29.57%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=41.83%
G=29.57%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515214700.290.320.164.4145.9570.98
HexD7989301D201042e47
Octal3272302230354020456107
Binary110101111001100010010011011101100000100001001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79893; }

 p { color: rgb(215,152,147); }

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

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

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

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

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

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

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