#D7978E

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

Shades of Petite Orchid #D7978E

Tints of Petite Orchid #D7978E

Color information

#D7978E (or 0xD7978E) is unknown color: approx Petite Orchid. HEX triplet: D7, 97 and 8E. RGB value is (215,151,142). Sum of RGB (Red+Green+Blue) = 215+151+142=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7978E is #286871. Grayscale: #A9A9A9. Windows color (decimal): -2648178 or 9344983. OLE color: 9344983.

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

Color convert

RGB215151142-
CMYK00.300.340.16
HSL7.4º47.71%70%-
HSV(B)7.4º33.95%84.31%-
XYZ43.9738.5330.71-
YUV169.11112.7160.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.32%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=42.32%
G=29.72%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515114200.300.340.167.447.7170
HexD7978E01E221073046
Octal3272272160364220760106
Binary110101111001011110001110011110100010100001111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7978E; }

 p { color: rgb(215,151,142); }

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

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

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

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

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

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

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