#DC9487

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

Shades of Petite Orchid #DC9487

Tints of Petite Orchid #DC9487

Color information

#DC9487 (or 0xDC9487) is unknown color: approx Petite Orchid. HEX triplet: DC, 94 and 87. RGB value is (220,148,135). Sum of RGB (Red+Green+Blue) = 220+148+135=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9487 is #236B78. Grayscale: #A8A8A8. Windows color (decimal): -2321273 or 8885468. OLE color: 8885468.

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

Color convert

RGB220148135-
CMYK00.330.390.14
HSL9.18º54.84%69.61%-
HSV(B)9.18º38.64%86.27%-
XYZ44.4838.1427.94-
YUV168.05109.35165.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=43.74%
G=29.42%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014813500.330.390.149.1854.8469.61
HexDC948702127E93746
Octal33422420704147161167106
Binary1101110010010100100001110100001100111111010011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9487; }

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

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

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

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

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

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

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

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