Html Css Color HEX #DC9387 Petite Orchid

📋 copy color: '#DC9387'

red 220 ◦ green 147 ◦ blue 135

#DC9387
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #DC9387

Tints of Petite Orchid #DC9387

RGB

 RED value IS 220 (86.33% from 255) = 43.82%

 GREEN value IS 147 (57.81% from 255) = 29.28%

 BLUE value IS 135 (53.13% from 255) = 26.89%

R = 43.82%
G = 29.28%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC9387 (or 0xDC9387) is known color: Petite Orchid. HEX triplet: DC, 93 and 87. RGB value is (220,147,135). Sum of RGB (Red+Green+Blue) = 220+147+135=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9387 is #236C78. Grayscale: #A7A7A7. Windows color (decimal): -2321529 or 8885212. OLE color: 8885212.

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

Color convert

RGB 220 147 135 -
CMYK 0 0.33 0.39 0.14
HSL 8.47º 0.55% 0.7% -
HSV(B) 8.47º 0.39% 0.86% -
XYZ 44.32 37.83 27.89 -
YUV 167.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 220 147 135 0 0.33 0.39 0.14 8.47 0.55 0.7
Hex DC 93 87 0 21 27 E 8 37 46
Octal 334 223 207 0 41 47 16 10 67 106
Binary 11011100 10010011 10000111 0 100001 100111 1110 1000 110111 1000110

Color Harmonies of #DC9387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9387

Black with #DC9387

Text Example


Text Example

White with #DC9387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9387; }

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

 H1.HeaderClassName
 {
   color: #DC9387;
 }
 .AnyTagClassName
 {
   color: #DC9387;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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