#DC9D8D

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

Shades of Petite Orchid #DC9D8D

Tints of Petite Orchid #DC9D8D

Color information

#DC9D8D (or 0xDC9D8D) is unknown color: approx Petite Orchid. HEX triplet: DC, 9D and 8D. RGB value is (220,157,141). Sum of RGB (Red+Green+Blue) = 220+157+141=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D8D is #236272. Grayscale: #AEAEAE. Windows color (decimal): -2318963 or 9280988. OLE color: 9280988.

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

Color convert

RGB220157141-
CMYK00.290.360.14
HSL12.15º53.02%70.78%-
HSV(B)12.15º35.91%86.27%-
XYZ46.3841.2530.72-
YUV174.01109.37160.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 141 (55.47% from 255) = 27.22%
R=42.47%
G=30.31%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015714100.290.360.1412.1553.0270.78
HexDC9D8D01D24Ec3547
Octal33423521503544161465107
Binary110111001001110110001101011101100100111011001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D8D; }

 p { color: rgb(220,157,141); }

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

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

 a { background-color: rgb(220,157,141); }

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

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

 span { border-color: rgb(220,157,141); }

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