#CE9793

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

Shades of Petite Orchid #CE9793

Tints of Petite Orchid #CE9793

Color information

#CE9793 (or 0xCE9793) is unknown color: approx Petite Orchid. HEX triplet: CE, 97 and 93. RGB value is (206,151,147). Sum of RGB (Red+Green+Blue) = 206+151+147=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9793 is #31686C. Grayscale: #A7A7A7. Windows color (decimal): -3237997 or 9672654. OLE color: 9672654.

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

Color convert

RGB206151147-
CMYK00.270.290.19
HSL4.07º37.58%69.22%-
HSV(B)4.07º28.64%80.78%-
XYZ41.7937.3632.61-
YUV166.99116.72155.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=40.87%
G=29.96%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615114700.270.290.194.0737.5869.22
HexCE979301B1D1342645
Octal3162272230333523446105
Binary11001110100101111001001101101111101100111001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9793; }

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

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

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

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

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

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

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

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