Html Css Color HEX #DC9188 Petite Orchid

📋 copy color: '#DC9188'

red 220 ◦ green 145 ◦ blue 136

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

Shades of Petite Orchid #DC9188

Tints of Petite Orchid #DC9188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.94%

 BLUE value IS 136 (53.52% from 255) = 27.15%

R = 43.91%
G = 28.94%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC9188 (or 0xDC9188) is known color: Petite Orchid. HEX triplet: DC, 91 and 88. RGB value is (220,145,136). Sum of RGB (Red+Green+Blue) = 220+145+136=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9188 is #236E77. Grayscale: #A6A6A6. Windows color (decimal): -2322040 or 8950236. OLE color: 8950236.

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

Color convert

RGB 220 145 136 -
CMYK 0 0.34 0.38 0.14
HSL 6.43º 0.55% 0.7% -
HSV(B) 6.43º 0.38% 0.86% -
XYZ 44.08 37.24 28.16 -
YUV 166.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 220 145 136 0 0.34 0.38 0.14 6.43 0.55 0.7
Hex DC 91 88 0 22 26 E 6 37 46
Octal 334 221 210 0 42 46 16 6 67 106
Binary 11011100 10010001 10001000 0 100010 100110 1110 110 110111 1000110

Color Harmonies of #DC9188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9188

Black with #DC9188

Text Example


Text Example

White with #DC9188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9188; }

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

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

background-color css

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

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

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

border-color css

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

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

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