#D8978F

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

Shades of Petite Orchid #D8978F

Tints of Petite Orchid #D8978F

Color information

#D8978F (or 0xD8978F) is unknown color: approx Petite Orchid. HEX triplet: D8, 97 and 8F. RGB value is (216,151,143). Sum of RGB (Red+Green+Blue) = 216+151+143=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8978F is #276870. Grayscale: #A9A9A9. Windows color (decimal): -2582641 or 9410520. OLE color: 9410520.

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

Color convert

RGB216151143-
CMYK00.300.340.15
HSL6.58º48.34%70.39%-
HSV(B)6.58º33.8%84.71%-
XYZ44.3438.7231.12-
YUV169.52113.03161.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=42.35%
G=29.61%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615114300.300.340.156.5848.3470.39
HexD8978F01E22F73046
Octal3302272170364217760106
Binary11011000100101111000111101111010001011111111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8978F; }

 p { color: rgb(216,151,143); }

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

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

 a { background-color: rgb(216,151,143); }

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

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

 span { border-color: rgb(216,151,143); }

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