#CE948D

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

Shades of Petite Orchid #CE948D

Tints of Petite Orchid #CE948D

Color information

#CE948D (or 0xCE948D) is unknown color: approx Petite Orchid. HEX triplet: CE, 94 and 8D. RGB value is (206,148,141). Sum of RGB (Red+Green+Blue) = 206+148+141=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE948D is #316B72. Grayscale: #A4A4A4. Windows color (decimal): -3238771 or 9278670. OLE color: 9278670.

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

Color convert

RGB206148141-
CMYK00.280.320.19
HSL6.46º39.88%68.04%-
HSV(B)6.46º31.55%80.78%-
XYZ40.8536.2230.04-
YUV164.54114.72157.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=41.62%
G=29.90%
B=28.48%

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
Decimal20614814100.280.320.196.4639.8868.04
HexCE948D01C201362844
Octal3162242150344023650104
Binary110011101001010010001101011100100000100111101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE948D; }

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

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

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

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

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

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

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

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