Html Css Color HEX #DE9791 Petite Orchid

📋 copy color: '#DE9791'

red 222 ◦ green 151 ◦ blue 145

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

Shades of Petite Orchid #DE9791

Tints of Petite Orchid #DE9791

RGB

 RED value IS 222 (87.11% from 255) = 42.86%

 GREEN value IS 151 (59.38% from 255) = 29.15%

 BLUE value IS 145 (57.03% from 255) = 27.99%

R = 42.86%
G = 29.15%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE9791 (or 0xDE9791) is known color: Petite Orchid. HEX triplet: DE, 97 and 91. RGB value is (222,151,145). Sum of RGB (Red+Green+Blue) = 222+151+145=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9791 is #21686E. Grayscale: #ABABAB. Windows color (decimal): -2189423 or 9541598. OLE color: 9541598.

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

Color convert

RGB 222 151 145 -
CMYK 0 0.32 0.35 0.13
HSL 4.68º 0.54% 0.72% -
HSV(B) 4.68º 0.35% 0.87% -
XYZ 46.3 39.71 32.01 -
YUV 171.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 222 151 145 0 0.32 0.35 0.13 4.68 0.54 0.72
Hex DE 97 91 0 20 23 D 5 36 48
Octal 336 227 221 0 40 43 15 5 66 110
Binary 11011110 10010111 10010001 0 100000 100011 1101 101 110110 1001000

Color Harmonies of #DE9791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9791

Black with #DE9791

Text Example


Text Example

White with #DE9791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9791; }

 p { color: rgb(222,151,145); }

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

background-color css

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

 a { background-color: rgb(222,151,145); }

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

border-color css

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

 span { border-color: rgb(222,151,145); }

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