#CE93C1

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

Shades of Lilac #CE93C1

Tints of Lilac #CE93C1

Color information

#CE93C1 (or 0xCE93C1) is unknown color: approx Lilac. HEX triplet: CE, 93 and C1. RGB value is (206,147,193). Sum of RGB (Red+Green+Blue) = 206+147+193=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93C1 is #316C3E. Grayscale: #A9A9A9. Windows color (decimal): -3238975 or 12686286. OLE color: 12686286.

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

Color convert

RGB206147193-
CMYK00.290.060.19
HSL313.22º37.58%69.22%-
HSV(B)313.22º28.64%80.78%-
XYZ45.5137.8455.36-
YUV169.88141.05153.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 147 (57.81% from 255) = 26.92%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=37.73%
G=26.92%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614719300.290.060.19313.2237.5869.22
HexCE93C101D6131392645
Octal31622330103562347146105
Binary110011101001001111000001011101110100111001110011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE93C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE93C1; }

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

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

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

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

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

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

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

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