Html Css Color HEX #DC9C93 Petite Orchid

📋 copy color: '#DC9C93'

red 220 ◦ green 156 ◦ blue 147

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

Shades of Petite Orchid #DC9C93

Tints of Petite Orchid #DC9C93

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.83%

 BLUE value IS 147 (57.81% from 255) = 28.11%

R = 42.07%
G = 29.83%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC9C93 (or 0xDC9C93) is known color: Petite Orchid. HEX triplet: DC, 9C and 93. RGB value is (220,156,147). Sum of RGB (Red+Green+Blue) = 220+156+147=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C93 is #23636C. Grayscale: #AEAEAE. Windows color (decimal): -2319213 or 9673948. OLE color: 9673948.

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

Color convert

RGB 220 156 147 -
CMYK 0 0.29 0.33 0.14
HSL 7.4º 0.51% 0.72% -
HSV(B) 7.4º 0.33% 0.86% -
XYZ 46.67 41.1 33.08 -
YUV 174.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 220 156 147 0 0.29 0.33 0.14 7.4 0.51 0.72
Hex DC 9C 93 0 1D 21 E 7 33 48
Octal 334 234 223 0 35 41 16 7 63 110
Binary 11011100 10011100 10010011 0 11101 100001 1110 111 110011 1001000

Color Harmonies of #DC9C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C93

Black with #DC9C93

Text Example


Text Example

White with #DC9C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C93; }

 p { color: rgb(220,156,147); }

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

background-color css

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

 a { background-color: rgb(220,156,147); }

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

border-color css

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

 span { border-color: rgb(220,156,147); }

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