#D8978C

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

Shades of Petite Orchid #D8978C

Tints of Petite Orchid #D8978C

Color information

#D8978C (or 0xD8978C) is unknown color: approx Petite Orchid. HEX triplet: D8, 97 and 8C. RGB value is (216,151,140). Sum of RGB (Red+Green+Blue) = 216+151+140=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8978C is #276873. Grayscale: #A9A9A9. Windows color (decimal): -2582644 or 9213912. OLE color: 9213912.

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

Color convert

RGB216151140-
CMYK00.300.350.15
HSL8.68º49.35%69.8%-
HSV(B)8.68º35.19%84.71%-
XYZ44.1238.6329.94-
YUV169.18111.53161.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.60%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=42.60%
G=29.78%
B=27.61%

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
Decimal21615114000.300.350.158.6849.3569.8
HexD8978C01E23F93146
Octal33022721403643171161106
Binary110110001001011110001100011110100011111110011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8978C; }

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

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

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

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

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

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

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

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