#DF978C

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

Shades of Petite Orchid #DF978C

Tints of Petite Orchid #DF978C

Color information

#DF978C (or 0xDF978C) is unknown color: approx Petite Orchid. HEX triplet: DF, 97 and 8C. RGB value is (223,151,140). Sum of RGB (Red+Green+Blue) = 223+151+140=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF978C is #206873. Grayscale: #ABABAB. Windows color (decimal): -2123892 or 9213919. OLE color: 9213919.

HSL color Cylindrical-coordinate representation of color #DF978C: hue angle of 7.95º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF978C is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB223151140-
CMYK00.320.370.13
HSL7.95º56.46%71.18%-
HSV(B)7.95º37.22%87.45%-
XYZ46.2339.7130.04-
YUV171.27110.35164.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.39%
GREEN value IS 151 (59.38% from 255) = 29.38%
BLUE value IS 140 (55.08% from 255) = 27.24%
R=43.39%
G=29.38%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315114000.320.370.137.9556.4671.18
HexDF978C02025D83847
Octal33722721404045151070107
Binary1101111110010111100011000100000100101110110001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF978C; }

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

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

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

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

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

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

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

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