#D7978C

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

Shades of Petite Orchid #D7978C

Tints of Petite Orchid #D7978C

Color information

#D7978C (or 0xD7978C) is unknown color: approx Petite Orchid. HEX triplet: D7, 97 and 8C. RGB value is (215,151,140). Sum of RGB (Red+Green+Blue) = 215+151+140=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7978C is #286873. Grayscale: #A8A8A8. Windows color (decimal): -2648180 or 9213911. OLE color: 9213911.

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

Color convert

RGB215151140-
CMYK00.300.350.16
HSL8.8º48.39%69.61%-
HSV(B)8.8º34.88%84.31%-
XYZ43.8238.4729.93-
YUV168.88111.7160.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.49%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 140 (55.08% from 255) = 27.67%
R=42.49%
G=29.84%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515114000.300.350.168.848.3969.61
HexD7978C01E231093046
Octal32722721403643201160106
Binary1101011110010111100011000111101000111000010011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7978C; }

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

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

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

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

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

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

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

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