#DC958C

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

Shades of Petite Orchid #DC958C

Tints of Petite Orchid #DC958C

Color information

#DC958C (or 0xDC958C) is unknown color: approx Petite Orchid. HEX triplet: DC, 95 and 8C. RGB value is (220,149,140). Sum of RGB (Red+Green+Blue) = 220+149+140=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC958C is #236A73. Grayscale: #A9A9A9. Windows color (decimal): -2321012 or 9213404. OLE color: 9213404.

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

Color convert

RGB220149140-
CMYK00.320.360.14
HSL6.75º53.33%70.59%-
HSV(B)6.75º36.36%86.27%-
XYZ4538.629.89-
YUV169.2111.52164.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 140 (55.08% from 255) = 27.50%
R=43.22%
G=29.27%
B=27.50%

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
Decimal22014914000.320.360.146.7553.3370.59
HexDC958C02024E73547
Octal3342252140404416765107
Binary110111001001010110001100010000010010011101111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC958C; }

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

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

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

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

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

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

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

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