#DF9796

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

Shades of Petite Orchid #DF9796

Tints of Petite Orchid #DF9796

Color information

#DF9796 (or 0xDF9796) is unknown color: approx Petite Orchid. HEX triplet: DF, 97 and 96. RGB value is (223,151,150). Sum of RGB (Red+Green+Blue) = 223+151+150=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9796 is #206869. Grayscale: #ACACAC. Windows color (decimal): -2123882 or 9869279. OLE color: 9869279.

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

Color convert

RGB223151150-
CMYK00.320.330.13
HSL0.82º53.28%73.14%-
HSV(B)0.82º32.74%87.45%-
XYZ4740.0234.1-
YUV172.41115.35164.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=42.56%
G=28.82%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315115000.320.330.130.8253.2873.14
HexDF979602021D13549
Octal3372272260404115165111
Binary1101111110010111100101100100000100001110111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9796; }

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

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

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

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

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

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

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

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