#CE9997

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

Shades of Petite Orchid #CE9997

Tints of Petite Orchid #CE9997

Color information

#CE9997 (or 0xCE9997) is unknown color: approx Petite Orchid. HEX triplet: CE, 99 and 97. RGB value is (206,153,151). Sum of RGB (Red+Green+Blue) = 206+153+151=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9997 is #316668. Grayscale: #A8A8A8. Windows color (decimal): -3237481 or 9935310. OLE color: 9935310.

HSL color Cylindrical-coordinate representation of color #CE9997: hue angle of 2.18º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE9997 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB206153151-
CMYK00.260.270.19
HSL2.18º35.95%70%-
HSV(B)2.18º26.7%80.78%-
XYZ42.4338.1434.4-
YUV168.62118.06154.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 151 (59.38% from 255) = 29.61%
R=40.39%
G=30%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615315100.260.270.192.1835.9570
HexCE999701A1B1322446
Octal3162312270323323244106
Binary1100111010011001100101110110101101110011101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9997; }

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

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

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

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

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

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

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

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