#C99CC4

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

Shades of Lilac #C99CC4

Tints of Lilac #C99CC4

Color information

#C99CC4 (or 0xC99CC4) is unknown color: approx Lilac. HEX triplet: C9, 9C and C4. RGB value is (201,156,196). Sum of RGB (Red+Green+Blue) = 201+156+196=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 201 - color contains mainly: red. Hex color #C99CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CC4 is #36633B. Grayscale: #ADADAD. Windows color (decimal): -3564348 or 12885193. OLE color: 12885193.

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

Color convert

RGB201156196-
CMYK00.220.020.21
HSL306.67º29.41%70%-
HSV(B)306.67º22.39%78.82%-
XYZ45.9440.1857.56-
YUV174.02140.41147.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.35%
GREEN value IS 156 (61.33% from 255) = 28.21%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=36.35%
G=28.21%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115619600.220.020.21306.6729.4170
HexC99CC40162151331d46
Octal31123430402622546335106
Binary1100100110011100110001000101101010101100110011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99CC4; }

 p { color: rgb(201,156,196); }

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

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

 a { background-color: rgb(201,156,196); }

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

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

 span { border-color: rgb(201,156,196); }

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