#C99BCC

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

Shades of Lilac #C99BCC

Tints of Lilac #C99BCC

Color information

#C99BCC (or 0xC99BCC) is unknown color: approx Lilac. HEX triplet: C9, 9B and CC. RGB value is (201,155,204). Sum of RGB (Red+Green+Blue) = 201+155+204=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #C99BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BCC is #366433. Grayscale: #AEAEAE. Windows color (decimal): -3564596 or 13409225. OLE color: 13409225.

HSL color Cylindrical-coordinate representation of color #C99BCC: hue angle of 296.33º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C99BCC is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201155204-
CMYK0.010.2400.2
HSL296.33º32.45%70.39%-
HSV(B)296.33º24.02%80%-
XYZ46.7140.2262.43-
YUV174.34144.74147.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 155 (60.94% from 255) = 27.68%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=35.89%
G=27.68%
B=36.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011552040.010.2400.2296.3332.4570.39
HexC99BCC1180141282046
Octal31123331413002445040106
Binary1100100110011011110011001110000101001001010001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BCC; }

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

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

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

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

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

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

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

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