#C995CA

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

Shades of Lilac #C995CA

Tints of Lilac #C995CA

Color information

#C995CA (or 0xC995CA) is unknown color: approx Lilac. HEX triplet: C9, 95 and CA. RGB value is (201,149,202). Sum of RGB (Red+Green+Blue) = 201+149+202=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #C995CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995CA is #366A35. Grayscale: #AAAAAA. Windows color (decimal): -3566134 or 13276617. OLE color: 13276617.

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

Color convert

RGB201149202-
CMYK0.000.2600.21
HSL298.87º33.33%68.82%-
HSV(B)298.87º26.24%79.22%-
XYZ45.538.1860.85-
YUV170.59145.73149.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.41%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=36.41%
G=26.99%
B=36.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011492020.000.2600.21298.8733.3368.82
HexC995CA01A01512b2145
Octal31122531203202545341105
Binary1100100110010101110010100110100101011001010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995CA; }

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

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

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

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

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

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

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

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