#DC9C93

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

Shades of Petite Orchid #DC9C93

Tints of Petite Orchid #DC9C93

Color information

#DC9C93 (or 0xDC9C93) is unknown color: approx Petite Orchid. HEX triplet: DC, 9C and 93. RGB value is (220,156,147). Sum of RGB (Red+Green+Blue) = 220+156+147=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C93 is #23636C. Grayscale: #AEAEAE. Windows color (decimal): -2319213 or 9673948. OLE color: 9673948.

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

Color convert

RGB220156147-
CMYK00.290.330.14
HSL7.4º51.05%71.96%-
HSV(B)7.4º33.18%86.27%-
XYZ46.6741.133.08-
YUV174.11112.7160.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 147 (57.81% from 255) = 28.11%
R=42.07%
G=29.83%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015614700.290.330.147.451.0571.96
HexDC9C9301D21E73348
Octal3342342230354116763110
Binary11011100100111001001001101110110000111101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C93; }

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

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

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

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

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

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

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

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