#CE9791

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

Shades of Petite Orchid #CE9791

Tints of Petite Orchid #CE9791

Color information

#CE9791 (or 0xCE9791) is unknown color: approx Petite Orchid. HEX triplet: CE, 97 and 91. RGB value is (206,151,145). Sum of RGB (Red+Green+Blue) = 206+151+145=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9791 is #31686E. Grayscale: #A6A6A6. Windows color (decimal): -3237999 or 9541582. OLE color: 9541582.

HSL color Cylindrical-coordinate representation of color #CE9791: hue angle of 5.9º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9791 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB206151145-
CMYK00.270.300.19
HSL5.9º38.36%68.82%-
HSV(B)5.9º29.61%80.78%-
XYZ41.6337.331.79-
YUV166.76115.72155.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.04%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 145 (57.03% from 255) = 28.88%
R=41.04%
G=30.08%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615114500.270.300.195.938.3668.82
HexCE979101B1E1362645
Octal3162272210333623646105
Binary11001110100101111001000101101111110100111101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9791; }

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

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

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

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

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

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

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

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