#DC8E8A

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

Shades of Petite Orchid #DC8E8A

Tints of Petite Orchid #DC8E8A

Color information

#DC8E8A (or 0xDC8E8A) is unknown color: approx Petite Orchid. HEX triplet: DC, 8E and 8A. RGB value is (220,142,138). Sum of RGB (Red+Green+Blue) = 220+142+138=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8E8A is #237175. Grayscale: #A4A4A4. Windows color (decimal): -2322806 or 9080540. OLE color: 9080540.

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

Color convert

RGB220142138-
CMYK00.350.370.14
HSL2.93º53.95%70.2%-
HSV(B)2.93º37.27%86.27%-
XYZ43.7836.428.76-
YUV164.87112.84167.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=44%
G=28.4%
B=27.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014213800.350.370.142.9353.9570.2
HexDC8E8A02325E33646
Octal3342162120434516366106
Binary11011100100011101000101001000111001011110111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8E8A; }

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

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

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

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

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

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

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

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