#DC9796

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

Shades of Petite Orchid #DC9796

Tints of Petite Orchid #DC9796

Color information

#DC9796 (or 0xDC9796) is unknown color: approx Petite Orchid. HEX triplet: DC, 97 and 96. RGB value is (220,151,150). Sum of RGB (Red+Green+Blue) = 220+151+150=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9796 is #236869. Grayscale: #ABABAB. Windows color (decimal): -2320490 or 9869276. OLE color: 9869276.

HSL color Cylindrical-coordinate representation of color #DC9796: hue angle of 0.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9796 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB220151150-
CMYK00.310.320.14
HSL0.86º50%72.55%-
HSV(B)0.86º31.82%86.27%-
XYZ46.0939.5534.06-
YUV171.52115.86162.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=42.23%
G=28.98%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015115000.310.320.140.865072.55
HexDC979601F20E13249
Octal3342272260374016162111
Binary110111001001011110010110011111100000111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9796; }

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

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

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

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

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

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

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

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