#CE938D

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

Shades of Petite Orchid #CE938D

Tints of Petite Orchid #CE938D

Color information

#CE938D (or 0xCE938D) is unknown color: approx Petite Orchid. HEX triplet: CE, 93 and 8D. RGB value is (206,147,141). Sum of RGB (Red+Green+Blue) = 206+147+141=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE938D is #316C72. Grayscale: #A4A4A4. Windows color (decimal): -3239027 or 9278414. OLE color: 9278414.

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

Color convert

RGB206147141-
CMYK00.290.320.19
HSL5.54º39.88%68.04%-
HSV(B)5.54º31.55%80.78%-
XYZ40.735.9129.99-
YUV163.96115.05157.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 147 (57.81% from 255) = 29.76%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=41.70%
G=29.76%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614714100.290.320.195.5439.8868.04
HexCE938D01D201362844
Octal3162232150354023650104
Binary110011101001001110001101011101100000100111101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE938D; }

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

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

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

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

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

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

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

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