#DC9E9C

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

Shades of Petite Orchid #DC9E9C

Tints of Petite Orchid #DC9E9C

Color information

#DC9E9C (or 0xDC9E9C) is unknown color: approx Petite Orchid. HEX triplet: DC, 9E and 9C. RGB value is (220,158,156). Sum of RGB (Red+Green+Blue) = 220+158+156=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E9C is #236163. Grayscale: #B0B0B0. Windows color (decimal): -2318692 or 10264284. OLE color: 10264284.

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

Color convert

RGB220158156-
CMYK00.280.290.14
HSL1.88º47.76%73.73%-
HSV(B)1.88º29.09%86.27%-
XYZ47.7442.0737.06-
YUV176.31116.54159.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 156 (61.33% from 255) = 29.21%
R=41.20%
G=29.59%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015815600.280.290.141.8847.7673.73
HexDC9E9C01C1DE2304a
Octal3342362340343516260112
Binary110111001001111010011100011100111011110101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9E9C; }

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

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

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

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

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

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

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

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