Html Css Color HEX #DC9E91 Petite Orchid

📋 copy color: '#DC9E91'

red 220 ◦ green 158 ◦ blue 145

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

Shades of Petite Orchid #DC9E91

Tints of Petite Orchid #DC9E91

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.21%

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

R = 42.07%
G = 30.21%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC9E91 (or 0xDC9E91) is known color: Petite Orchid. HEX triplet: DC, 9E and 91. RGB value is (220,158,145). Sum of RGB (Red+Green+Blue) = 220+158+145=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E91 is #23616E. Grayscale: #AFAFAF. Windows color (decimal): -2318703 or 9543388. OLE color: 9543388.

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

Color convert

RGB 220 158 145 -
CMYK 0 0.28 0.34 0.14
HSL 10.4º 0.52% 0.72% -
HSV(B) 10.4º 0.34% 0.86% -
XYZ 46.85 41.71 32.37 -
YUV 175.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 220 158 145 0 0.28 0.34 0.14 10.4 0.52 0.72
Hex DC 9E 91 0 1C 22 E A 34 48
Octal 334 236 221 0 34 42 16 12 64 110
Binary 11011100 10011110 10010001 0 11100 100010 1110 1010 110100 1001000

Color Harmonies of #DC9E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E91

Black with #DC9E91

Text Example


Text Example

White with #DC9E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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