#CE948F

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

Shades of Petite Orchid #CE948F

Tints of Petite Orchid #CE948F

Color information

#CE948F (or 0xCE948F) is unknown color: approx Petite Orchid. HEX triplet: CE, 94 and 8F. RGB value is (206,148,143). Sum of RGB (Red+Green+Blue) = 206+148+143=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE948F is #316B70. Grayscale: #A4A4A4. Windows color (decimal): -3238769 or 9409742. OLE color: 9409742.

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

Color convert

RGB206148143-
CMYK00.280.310.19
HSL4.76º39.13%68.43%-
HSV(B)4.76º30.58%80.78%-
XYZ4136.2830.83-
YUV164.77115.72157.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 143 (56.25% from 255) = 28.77%
R=41.45%
G=29.78%
B=28.77%

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
Decimal20614814300.280.310.194.7639.1368.43
HexCE948F01C1F1352744
Octal3162242170343723547104
Binary11001110100101001000111101110011111100111011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE948F; }

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

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

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

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

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

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

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

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