#DF9696

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

Shades of Petite Orchid #DF9696

Tints of Petite Orchid #DF9696

Color information

#DF9696 (or 0xDF9696) is unknown color: approx Petite Orchid. HEX triplet: DF, 96 and 96. RGB value is (223,150,150). Sum of RGB (Red+Green+Blue) = 223+150+150=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9696 is #206969. Grayscale: #ABABAB. Windows color (decimal): -2124138 or 9869023. OLE color: 9869023.

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

Color convert

RGB223150150-
CMYK00.330.330.13
HSL53.28%73.14%-
HSV(B)32.74%87.45%-
XYZ46.8439.734.05-
YUV171.83115.68164.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=42.64%
G=28.68%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315015000.330.330.13053.2873.14
HexDF969602121D03549
Octal3372262260414115065111
Binary1101111110010110100101100100001100001110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9696; }

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

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

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

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

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

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

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

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