Html Css Color HEX #DC9E9B Petite Orchid

📋 copy color: '#DC9E9B'

red 220 ◦ green 158 ◦ blue 155

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

Shades of Petite Orchid #DC9E9B

Tints of Petite Orchid #DC9E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.08%

R = 41.28%
G = 29.64%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC9E9B (or 0xDC9E9B) is known color: Petite Orchid. HEX triplet: DC, 9E and 9B. RGB value is (220,158,155). Sum of RGB (Red+Green+Blue) = 220+158+155=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E9B is #236164. Grayscale: #B0B0B0. Windows color (decimal): -2318693 or 10198748. OLE color: 10198748.

HSL color Cylindrical-coordinate representation of color #DC9E9B: hue angle of 2.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9E9B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 155 -
CMYK 0 0.28 0.30 0.14
HSL 2.77º 0.48% 0.74% -
HSV(B) 2.77º 0.3% 0.86% -
XYZ 47.66 42.04 36.61 -
YUV 176.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 220 158 155 0 0.28 0.30 0.14 2.77 0.48 0.74
Hex DC 9E 9B 0 1C 1E E 3 30 4A
Octal 334 236 233 0 34 36 16 3 60 112
Binary 11011100 10011110 10011011 0 11100 11110 1110 11 110000 1001010

Color Harmonies of #DC9E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E9B

Black with #DC9E9B

Text Example


Text Example

White with #DC9E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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