#DF978E

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

Shades of Petite Orchid #DF978E

Tints of Petite Orchid #DF978E

Color information

#DF978E (or 0xDF978E) is unknown color: approx Petite Orchid. HEX triplet: DF, 97 and 8E. RGB value is (223,151,142). Sum of RGB (Red+Green+Blue) = 223+151+142=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF978E is #206871. Grayscale: #ABABAB. Windows color (decimal): -2123890 or 9344991. OLE color: 9344991.

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

Color convert

RGB223151142-
CMYK00.320.360.13
HSL6.67º55.86%71.57%-
HSV(B)6.67º36.32%87.45%-
XYZ46.3839.7730.82-
YUV171.5111.35164.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.22%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=43.22%
G=29.26%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315114200.320.360.136.6755.8671.57
HexDF978E02024D73848
Octal3372272160404415770110
Binary110111111001011110001110010000010010011011111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF978E; }

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

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

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

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

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

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

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

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