#D7978D

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

Shades of Petite Orchid #D7978D

Tints of Petite Orchid #D7978D

Color information

#D7978D (or 0xD7978D) is unknown color: approx Petite Orchid. HEX triplet: D7, 97 and 8D. RGB value is (215,151,141). Sum of RGB (Red+Green+Blue) = 215+151+141=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7978D is #286872. Grayscale: #A9A9A9. Windows color (decimal): -2648179 or 9279447. OLE color: 9279447.

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

Color convert

RGB215151141-
CMYK00.300.340.16
HSL8.11º48.05%69.8%-
HSV(B)8.11º34.42%84.31%-
XYZ43.938.530.32-
YUV169112.2160.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=42.41%
G=29.78%
B=27.81%

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
Decimal21515114100.300.340.168.1148.0569.8
HexD7978D01E221083046
Octal32722721503642201060106
Binary1101011110010111100011010111101000101000010001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7978D; }

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

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

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

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

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

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

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

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