#D9978D

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

Shades of Petite Orchid #D9978D

Tints of Petite Orchid #D9978D

Color information

#D9978D (or 0xD9978D) is unknown color: approx Petite Orchid. HEX triplet: D9, 97 and 8D. RGB value is (217,151,141). Sum of RGB (Red+Green+Blue) = 217+151+141=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9978D is #266872. Grayscale: #A9A9A9. Windows color (decimal): -2517107 or 9279449. OLE color: 9279449.

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

Color convert

RGB217151141-
CMYK00.300.350.15
HSL7.89º50%70.2%-
HSV(B)7.89º35.02%85.1%-
XYZ44.4938.8130.35-
YUV169.59111.87161.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=42.63%
G=29.67%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715114100.300.350.157.895070.2
HexD9978D01E23F83246
Octal33122721503643171062106
Binary110110011001011110001101011110100011111110001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9978D; }

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

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

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

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

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

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

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

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