#DF978B

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

Shades of Petite Orchid #DF978B

Tints of Petite Orchid #DF978B

Color information

#DF978B (or 0xDF978B) is unknown color: approx Petite Orchid. HEX triplet: DF, 97 and 8B. RGB value is (223,151,139). Sum of RGB (Red+Green+Blue) = 223+151+139=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF978B is #206874. Grayscale: #ABABAB. Windows color (decimal): -2123893 or 9148383. OLE color: 9148383.

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

Color convert

RGB223151139-
CMYK00.320.380.13
HSL8.57º56.76%70.98%-
HSV(B)8.57º37.67%87.45%-
XYZ46.1639.6929.65-
YUV171.16109.85164.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 139 (54.69% from 255) = 27.10%
R=43.47%
G=29.43%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315113900.320.380.138.5756.7670.98
HexDF978B02026D93947
Octal33722721304046151171107
Binary1101111110010111100010110100000100110110110011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF978B; }

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

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

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

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

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

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

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

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