#DC8E8D

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

Shades of Petite Orchid #DC8E8D

Tints of Petite Orchid #DC8E8D

Color information

#DC8E8D (or 0xDC8E8D) is unknown color: approx Petite Orchid. HEX triplet: DC, 8E and 8D. RGB value is (220,142,141). Sum of RGB (Red+Green+Blue) = 220+142+141=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8E8D is #237172. Grayscale: #A5A5A5. Windows color (decimal): -2322803 or 9277148. OLE color: 9277148.

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

Color convert

RGB220142141-
CMYK00.350.360.14
HSL0.76º53.02%70.78%-
HSV(B)0.76º35.91%86.27%-
XYZ4436.4829.92-
YUV165.21114.34167.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=43.74%
G=28.23%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014214100.350.360.140.7653.0270.78
HexDC8E8D02324E13547
Octal3342162150434416165107
Binary1101110010001110100011010100011100100111011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8E8D; }

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

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

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

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

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

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

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

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