Html Css Color HEX #DC9C91 Petite Orchid

📋 copy color: '#DC9C91'

red 220 ◦ green 156 ◦ blue 145

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

Shades of Petite Orchid #DC9C91

Tints of Petite Orchid #DC9C91

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.94%

 BLUE value IS 145 (57.03% from 255) = 27.83%

R = 42.23%
G = 29.94%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC9C91 (or 0xDC9C91) is known color: Petite Orchid. HEX triplet: DC, 9C and 91. RGB value is (220,156,145). Sum of RGB (Red+Green+Blue) = 220+156+145=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C91 is #23636E. Grayscale: #ADADAD. Windows color (decimal): -2319215 or 9542876. OLE color: 9542876.

HSL color Cylindrical-coordinate representation of color #DC9C91: hue angle of 8.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9C91 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 156 145 -
CMYK 0 0.29 0.34 0.14
HSL 8.8º 0.52% 0.72% -
HSV(B) 8.8º 0.34% 0.86% -
XYZ 46.51 41.04 32.26 -
YUV 173.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 220 156 145 0 0.29 0.34 0.14 8.8 0.52 0.72
Hex DC 9C 91 0 1D 22 E 9 34 48
Octal 334 234 221 0 35 42 16 11 64 110
Binary 11011100 10011100 10010001 0 11101 100010 1110 1001 110100 1001000

Color Harmonies of #DC9C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C91

Black with #DC9C91

Text Example


Text Example

White with #DC9C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C91; }

 p { color: rgb(220,156,145); }

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

background-color css

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

 a { background-color: rgb(220,156,145); }

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

border-color css

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

 span { border-color: rgb(220,156,145); }

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