#DF978A

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

Shades of Petite Orchid #DF978A

Tints of Petite Orchid #DF978A

Color information

#DF978A (or 0xDF978A) is unknown color: approx Petite Orchid. HEX triplet: DF, 97 and 8A. RGB value is (223,151,138). Sum of RGB (Red+Green+Blue) = 223+151+138=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF978A is #206875. Grayscale: #ABABAB. Windows color (decimal): -2123894 or 9082847. OLE color: 9082847.

HSL color Cylindrical-coordinate representation of color #DF978A: hue angle of 9.18º 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 #DF978A is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB223151138-
CMYK00.320.380.13
HSL9.18º57.05%70.78%-
HSV(B)9.18º38.12%87.45%-
XYZ46.0939.6629.27-
YUV171.05109.35165.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=43.55%
G=29.49%
B=26.95%

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
Decimal22315113800.320.380.139.1857.0570.78
HexDF978A02026D93947
Octal33722721204046151171107
Binary1101111110010111100010100100000100110110110011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF978A; }

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

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

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

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

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

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

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

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