#D9978E

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

Shades of Petite Orchid #D9978E

Tints of Petite Orchid #D9978E

Color information

#D9978E (or 0xD9978E) is unknown color: approx Petite Orchid. HEX triplet: D9, 97 and 8E. RGB value is (217,151,142). Sum of RGB (Red+Green+Blue) = 217+151+142=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9978E is #266871. Grayscale: #A9A9A9. Windows color (decimal): -2517106 or 9344985. OLE color: 9344985.

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

Color convert

RGB217151142-
CMYK00.300.350.15
HSL7.2º49.67%70.39%-
HSV(B)7.2º34.56%85.1%-
XYZ44.5638.8430.74-
YUV169.71112.37161.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.55%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=42.55%
G=29.61%
B=27.84%

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
Decimal21715114200.300.350.157.249.6770.39
HexD9978E01E23F73246
Octal3312272160364317762106
Binary11011001100101111000111001111010001111111111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9978E; }

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

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

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

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

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

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

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

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