#DC9587

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

Shades of Petite Orchid #DC9587

Tints of Petite Orchid #DC9587

Color information

#DC9587 (or 0xDC9587) is unknown color: approx Petite Orchid. HEX triplet: DC, 95 and 87. RGB value is (220,149,135). Sum of RGB (Red+Green+Blue) = 220+149+135=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9587 is #236A78. Grayscale: #A8A8A8. Windows color (decimal): -2321017 or 8885724. OLE color: 8885724.

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

Color convert

RGB220149135-
CMYK00.320.390.14
HSL9.88º54.84%69.61%-
HSV(B)9.88º38.64%86.27%-
XYZ44.6438.4627.99-
YUV168.63109.02164.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.65%
GREEN value IS 149 (58.59% from 255) = 29.56%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=43.65%
G=29.56%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014913500.320.390.149.8854.8469.61
HexDC958702027Ea3746
Octal33422520704047161267106
Binary1101110010010101100001110100000100111111010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9587; }

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

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

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

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

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

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

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

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