#DC958D

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

Shades of Petite Orchid #DC958D

Tints of Petite Orchid #DC958D

Color information

#DC958D (or 0xDC958D) is unknown color: approx Petite Orchid. HEX triplet: DC, 95 and 8D. RGB value is (220,149,141). Sum of RGB (Red+Green+Blue) = 220+149+141=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC958D is #236A72. Grayscale: #A9A9A9. Windows color (decimal): -2321011 or 9278940. OLE color: 9278940.

HSL color Cylindrical-coordinate representation of color #DC958D: hue angle of 6.08º 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 #DC958D is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220149141-
CMYK00.320.360.14
HSL6.08º53.02%70.78%-
HSV(B)6.08º35.91%86.27%-
XYZ45.0738.6330.28-
YUV169.32112.02164.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=43.14%
G=29.22%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014914100.320.360.146.0853.0270.78
HexDC958D02024E63547
Octal3342252150404416665107
Binary110111001001010110001101010000010010011101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC958D; }

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

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

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

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

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

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

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

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