#CE958F

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

Shades of Petite Orchid #CE958F

Tints of Petite Orchid #CE958F

Color information

#CE958F (or 0xCE958F) is unknown color: approx Petite Orchid. HEX triplet: CE, 95 and 8F. RGB value is (206,149,143). Sum of RGB (Red+Green+Blue) = 206+149+143=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE958F is #316A70. Grayscale: #A5A5A5. Windows color (decimal): -3238513 or 9409998. OLE color: 9409998.

HSL color Cylindrical-coordinate representation of color #CE958F: hue angle of 5.71º 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 #CE958F is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB206149143-
CMYK00.280.310.19
HSL5.71º39.13%68.43%-
HSV(B)5.71º30.58%80.78%-
XYZ41.1636.630.88-
YUV165.36115.38156.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 143 (56.25% from 255) = 28.71%
R=41.37%
G=29.92%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614914300.280.310.195.7139.1368.43
HexCE958F01C1F1362744
Octal3162252170343723647104
Binary11001110100101011000111101110011111100111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE958F; }

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

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

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

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

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

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

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

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