Html Css Color HEX #DC9E95 Petite Orchid

📋 copy color: '#DC9E95'

red 220 ◦ green 158 ◦ blue 149

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

Shades of Petite Orchid #DC9E95

Tints of Petite Orchid #DC9E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.27%

R = 41.75%
G = 29.98%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC9E95 (or 0xDC9E95) is known color: Petite Orchid. HEX triplet: DC, 9E and 95. RGB value is (220,158,149). Sum of RGB (Red+Green+Blue) = 220+158+149=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E95 is #23616A. Grayscale: #AFAFAF. Windows color (decimal): -2318699 or 9805532. OLE color: 9805532.

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

Color convert

RGB 220 158 149 -
CMYK 0 0.28 0.32 0.14
HSL 7.61º 0.5% 0.72% -
HSV(B) 7.61º 0.32% 0.86% -
XYZ 47.17 41.84 34.02 -
YUV 175.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 220 158 149 0 0.28 0.32 0.14 7.61 0.5 0.72
Hex DC 9E 95 0 1C 20 E 8 32 48
Octal 334 236 225 0 34 40 16 10 62 110
Binary 11011100 10011110 10010101 0 11100 100000 1110 1000 110010 1001000

Color Harmonies of #DC9E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E95

Black with #DC9E95

Text Example


Text Example

White with #DC9E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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