#C99BCA

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

Shades of Lilac #C99BCA

Tints of Lilac #C99BCA

Color information

#C99BCA (or 0xC99BCA) is unknown color: approx Lilac. HEX triplet: C9, 9B and CA. RGB value is (201,155,202). Sum of RGB (Red+Green+Blue) = 201+155+202=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #C99BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BCA is #366435. Grayscale: #ADADAD. Windows color (decimal): -3564598 or 13278153. OLE color: 13278153.

HSL color Cylindrical-coordinate representation of color #C99BCA: hue angle of 298.72º degrees, saturation: 0.31, 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 #C99BCA is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201155202-
CMYK0.000.2300.21
HSL298.72º30.72%70%-
HSV(B)298.72º23.27%79.22%-
XYZ46.4740.1261.17-
YUV174.11143.74147.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=36.02%
G=27.78%
B=36.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011552020.000.2300.21298.7230.7270
HexC99BCA01701512b1f46
Octal31123331202702545337106
Binary110010011001101111001010010111010101100101011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BCA; }

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

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

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

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

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

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

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

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