Html Css Color HEX #DF9C93 Petite Orchid

📋 copy color: '#DF9C93'

red 223 ◦ green 156 ◦ blue 147

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

Shades of Petite Orchid #DF9C93

Tints of Petite Orchid #DF9C93

RGB

 RED value IS 223 (87.5% from 255) = 42.4%

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

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

R = 42.4%
G = 29.66%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF9C93 (or 0xDF9C93) is known color: Petite Orchid. HEX triplet: DF, 9C and 93. RGB value is (223,156,147). Sum of RGB (Red+Green+Blue) = 223+156+147=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9C93 is #20636C. Grayscale: #AFAFAF. Windows color (decimal): -2122605 or 9673951. OLE color: 9673951.

HSL color Cylindrical-coordinate representation of color #DF9C93: hue angle of 7.11º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9C93 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 156 147 -
CMYK 0 0.30 0.34 0.13
HSL 7.11º 0.54% 0.73% -
HSV(B) 7.11º 0.34% 0.87% -
XYZ 47.59 41.57 33.12 -
YUV 175.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 223 156 147 0 0.30 0.34 0.13 7.11 0.54 0.73
Hex DF 9C 93 0 1E 22 D 7 36 49
Octal 337 234 223 0 36 42 15 7 66 111
Binary 11011111 10011100 10010011 0 11110 100010 1101 111 110110 1001001

Color Harmonies of #DF9C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9C93

Black with #DF9C93

Text Example


Text Example

White with #DF9C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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