#CE958C

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

Shades of Petite Orchid #CE958C

Tints of Petite Orchid #CE958C

Color information

#CE958C (or 0xCE958C) is unknown color: approx Petite Orchid. HEX triplet: CE, 95 and 8C. RGB value is (206,149,140). Sum of RGB (Red+Green+Blue) = 206+149+140=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE958C is #316A73. Grayscale: #A5A5A5. Windows color (decimal): -3238516 or 9213390. OLE color: 9213390.

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

Color convert

RGB206149140-
CMYK00.280.320.19
HSL8.18º40.24%67.84%-
HSV(B)8.18º32.04%80.78%-
XYZ40.9336.5129.7-
YUV165.02113.88157.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=41.62%
G=30.10%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614914000.280.320.198.1840.2467.84
HexCE958C01C201382844
Octal31622521403440231050104
Binary1100111010010101100011000111001000001001110001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE958C; }

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

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

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

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

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

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

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

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