#DE9C97

Color #DE9C97 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DE9C97

Tints of Petite Orchid #DE9C97

Color information

#DE9C97 (or 0xDE9C97) is unknown color: approx Petite Orchid. HEX triplet: DE, 9C and 97. RGB value is (222,156,151). Sum of RGB (Red+Green+Blue) = 222+156+151=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9C97 is #216368. Grayscale: #AFAFAF. Windows color (decimal): -2188137 or 9936094. OLE color: 9936094.

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

Color convert

RGB222156151-
CMYK00.300.320.13
HSL4.23º51.82%73.14%-
HSV(B)4.23º31.98%87.06%-
XYZ47.641.5434.79-
YUV175.16114.37161.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=41.97%
G=29.49%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215615100.300.320.134.2351.8273.14
HexDE9C9701E20D43449
Octal3362342270364015464111
Binary11011110100111001001011101111010000011011001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9C97; }

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

 H1.HeaderClassName
 {
   color: #DE9C97;
 }
 .AnyTagClassName
 {
   color: #DE9C97;
 }
</style>
background-color css

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

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

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

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

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

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