#D7978A

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

Shades of Petite Orchid #D7978A

Tints of Petite Orchid #D7978A

Color information

#D7978A (or 0xD7978A) is unknown color: approx Petite Orchid. HEX triplet: D7, 97 and 8A. RGB value is (215,151,138). Sum of RGB (Red+Green+Blue) = 215+151+138=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7978A is #286875. Grayscale: #A8A8A8. Windows color (decimal): -2648182 or 9082839. OLE color: 9082839.

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

Color convert

RGB215151138-
CMYK00.300.360.16
HSL10.13º49.04%69.22%-
HSV(B)10.13º35.81%84.31%-
XYZ43.6838.4229.16-
YUV168.65110.7161.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=42.66%
G=29.96%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515113800.300.360.1610.1349.0469.22
HexD7978A01E2410a3145
Octal32722721203644201261105
Binary1101011110010111100010100111101001001000010101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7978A; }

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

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

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

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

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

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

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

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