Html Css Color HEX #DC9E92 Petite Orchid

📋 copy color: '#DC9E92'

red 220 ◦ green 158 ◦ blue 146

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

Shades of Petite Orchid #DC9E92

Tints of Petite Orchid #DC9E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.86%

R = 41.98%
G = 30.15%
B = 27.86%

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

#DC9E92 (or 0xDC9E92) is known color: Petite Orchid. HEX triplet: DC, 9E and 92. RGB value is (220,158,146). Sum of RGB (Red+Green+Blue) = 220+158+146=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E92 is #23616D. Grayscale: #AFAFAF. Windows color (decimal): -2318702 or 9608924. OLE color: 9608924.

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

Color convert

RGB 220 158 146 -
CMYK 0 0.28 0.34 0.14
HSL 9.73º 0.51% 0.72% -
HSV(B) 9.73º 0.34% 0.86% -
XYZ 46.93 41.74 32.78 -
YUV 175.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 220 158 146 0 0.28 0.34 0.14 9.73 0.51 0.72
Hex DC 9E 92 0 1C 22 E A 33 48
Octal 334 236 222 0 34 42 16 12 63 110
Binary 11011100 10011110 10010010 0 11100 100010 1110 1010 110011 1001000

Color Harmonies of #DC9E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E92

Black with #DC9E92

Text Example


Text Example

White with #DC9E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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