#CE938F

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

Shades of Petite Orchid #CE938F

Tints of Petite Orchid #CE938F

Color information

#CE938F (or 0xCE938F) is unknown color: approx Petite Orchid. HEX triplet: CE, 93 and 8F. RGB value is (206,147,143). Sum of RGB (Red+Green+Blue) = 206+147+143=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE938F is #316C70. Grayscale: #A4A4A4. Windows color (decimal): -3239025 or 9409486. OLE color: 9409486.

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

Color convert

RGB206147143-
CMYK00.290.310.19
HSL3.81º39.13%68.43%-
HSV(B)3.81º30.58%80.78%-
XYZ40.8535.9730.78-
YUV164.18116.05157.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.53%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 143 (56.25% from 255) = 28.83%
R=41.53%
G=29.64%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614714300.290.310.193.8139.1368.43
HexCE938F01D1F1342744
Octal3162232170353723447104
Binary11001110100100111000111101110111111100111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE938F; }

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

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

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

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

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

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

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

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