#D79288

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

Shades of Petite Orchid #D79288

Tints of Petite Orchid #D79288

Color information

#D79288 (or 0xD79288) is unknown color: approx Petite Orchid. HEX triplet: D7, 92 and 88. RGB value is (215,146,136). Sum of RGB (Red+Green+Blue) = 215+146+136=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D79288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79288 is #286D77. Grayscale: #A5A5A5. Windows color (decimal): -2649464 or 8950487. OLE color: 8950487.

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

Color convert

RGB215146136-
CMYK00.320.370.16
HSL7.59º49.69%68.82%-
HSV(B)7.59º36.74%84.31%-
XYZ42.7536.7828.14-
YUV165.49111.36163.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.26%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 136 (53.52% from 255) = 27.36%
R=43.26%
G=29.38%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514613600.320.370.167.5949.6968.82
HexD79288020251083245
Octal32722221004045201062105
Binary11010111100100101000100001000001001011000010001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79288; }

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

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

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

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

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

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

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

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