#DC9C91

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

Shades of Petite Orchid #DC9C91

Tints of Petite Orchid #DC9C91

Color information

#DC9C91 (or 0xDC9C91) is unknown color: approx Petite Orchid. HEX triplet: DC, 9C and 91. RGB value is (220,156,145). Sum of RGB (Red+Green+Blue) = 220+156+145=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C91 is #23636E. Grayscale: #ADADAD. Windows color (decimal): -2319215 or 9542876. OLE color: 9542876.

HSL color Cylindrical-coordinate representation of color #DC9C91: hue angle of 8.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9C91 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220156145-
CMYK00.290.340.14
HSL8.8º51.72%71.57%-
HSV(B)8.8º34.09%86.27%-
XYZ46.5141.0432.26-
YUV173.88111.7160.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 145 (57.03% from 255) = 27.83%
R=42.23%
G=29.94%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015614500.290.340.148.851.7271.57
HexDC9C9101D22E93448
Octal33423422103542161164110
Binary110111001001110010010001011101100010111010011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C91; }

 p { color: rgb(220,156,145); }

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

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

 a { background-color: rgb(220,156,145); }

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

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

 span { border-color: rgb(220,156,145); }

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