Html Css Color HEX #DC9287 Petite Orchid

📋 copy color: '#DC9287'

red 220 ◦ green 146 ◦ blue 135

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

Shades of Petite Orchid #DC9287

Tints of Petite Orchid #DC9287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.14%

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

R = 43.91%
G = 29.14%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC9287 (or 0xDC9287) is known color: Petite Orchid. HEX triplet: DC, 92 and 87. RGB value is (220,146,135). Sum of RGB (Red+Green+Blue) = 220+146+135=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9287 is #236D78. Grayscale: #A6A6A6. Windows color (decimal): -2321785 or 8884956. OLE color: 8884956.

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

Color convert

RGB 220 146 135 -
CMYK 0 0.34 0.39 0.14
HSL 7.76º 0.55% 0.7% -
HSV(B) 7.76º 0.39% 0.86% -
XYZ 44.17 37.52 27.84 -
YUV 166.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 220 146 135 0 0.34 0.39 0.14 7.76 0.55 0.7
Hex DC 92 87 0 22 27 E 8 37 46
Octal 334 222 207 0 42 47 16 10 67 106
Binary 11011100 10010010 10000111 0 100010 100111 1110 1000 110111 1000110

Color Harmonies of #DC9287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9287

Black with #DC9287

Text Example


Text Example

White with #DC9287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9287; }

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

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

background-color css

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

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

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

border-color css

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

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

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