#C99BC3

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

Shades of Lilac #C99BC3

Tints of Lilac #C99BC3

Color information

#C99BC3 (or 0xC99BC3) is unknown color: approx Lilac. HEX triplet: C9, 9B and C3. RGB value is (201,155,195). Sum of RGB (Red+Green+Blue) = 201+155+195=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BC3 is #36643C. Grayscale: #ADADAD. Windows color (decimal): -3564605 or 12819401. OLE color: 12819401.

HSL color Cylindrical-coordinate representation of color #C99BC3: hue angle of 307.83º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99BC3 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB201155195-
CMYK00.230.030.21
HSL307.83º29.87%69.8%-
HSV(B)307.83º22.89%78.82%-
XYZ45.6639.856.91-
YUV173.31140.24147.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.48%
GREEN value IS 155 (60.94% from 255) = 28.13%
BLUE value IS 195 (76.56% from 255) = 35.39%
R=36.48%
G=28.13%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115519500.230.030.21307.8329.8769.8
HexC99BC30173151341e46
Octal31123330302732546436106
Binary1100100110011011110000110101111110101100110100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BC3; }

 p { color: rgb(201,155,195); }

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

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

 a { background-color: rgb(201,155,195); }

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

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

 span { border-color: rgb(201,155,195); }

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