#CE9790

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

Shades of Petite Orchid #CE9790

Tints of Petite Orchid #CE9790

Color information

#CE9790 (or 0xCE9790) is unknown color: approx Petite Orchid. HEX triplet: CE, 97 and 90. RGB value is (206,151,144). Sum of RGB (Red+Green+Blue) = 206+151+144=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9790 is #31686F. Grayscale: #A6A6A6. Windows color (decimal): -3238000 or 9476046. OLE color: 9476046.

HSL color Cylindrical-coordinate representation of color #CE9790: hue angle of 6.77º degrees, saturation: 0.39, 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 #CE9790 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB206151144-
CMYK00.270.300.19
HSL6.77º38.75%68.63%-
HSV(B)6.77º30.1%80.78%-
XYZ41.5537.2731.39-
YUV166.65115.22156.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=41.12%
G=30.14%
B=28.74%

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
Decimal20615114400.270.300.196.7738.7568.63
HexCE979001B1E1372745
Octal3162272200333623747105
Binary11001110100101111001000001101111110100111111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9790; }

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

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

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

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

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

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

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

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