#C999CA

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

Shades of Lilac #C999CA

Tints of Lilac #C999CA

Color information

#C999CA (or 0xC999CA) is unknown color: approx Lilac. HEX triplet: C9, 99 and CA. RGB value is (201,153,202). Sum of RGB (Red+Green+Blue) = 201+153+202=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #C999CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999CA is #366635. Grayscale: #ACACAC. Windows color (decimal): -3565110 or 13277641. OLE color: 13277641.

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

Color convert

RGB201153202-
CMYK0.000.2400.21
HSL298.78º31.61%69.61%-
HSV(B)298.78º24.26%79.22%-
XYZ46.1439.4661.06-
YUV172.94144.4148.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.15%
GREEN value IS 153 (60.16% from 255) = 27.52%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=36.15%
G=27.52%
B=36.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011532020.000.2400.21298.7831.6169.61
HexC999CA01801512b2046
Octal31123131203002545340106
Binary1100100110011001110010100110000101011001010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999CA; }

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

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

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

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

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

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

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

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