#DC9895

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

Shades of Petite Orchid #DC9895

Tints of Petite Orchid #DC9895

Color information

#DC9895 (or 0xDC9895) is unknown color: approx Petite Orchid. HEX triplet: DC, 98 and 95. RGB value is (220,152,149). Sum of RGB (Red+Green+Blue) = 220+152+149=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9895 is #23676A. Grayscale: #ACACAC. Windows color (decimal): -2320235 or 9803996. OLE color: 9803996.

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

Color convert

RGB220152149-
CMYK00.310.320.14
HSL2.54º50.35%72.35%-
HSV(B)2.54º32.27%86.27%-
XYZ46.1739.8433.69-
YUV171.99115.03162.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=42.23%
G=29.17%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015214900.310.320.142.5450.3572.35
HexDC989501F20E33248
Octal3342302250374016362110
Binary1101110010011000100101010111111000001110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9895; }

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

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

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

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

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

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

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

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