#C495CA

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

Shades of Lilac #C495CA

Tints of Lilac #C495CA

Color information

#C495CA (or 0xC495CA) is unknown color: approx Lilac. HEX triplet: C4, 95 and CA. RGB value is (196,149,202). Sum of RGB (Red+Green+Blue) = 196+149+202=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #C495CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495CA is #3B6A35. Grayscale: #A8A8A8. Windows color (decimal): -3893814 or 13276612. OLE color: 13276612.

HSL color Cylindrical-coordinate representation of color #C495CA: hue angle of 293.21º 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 #C495CA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196149202-
CMYK0.030.2600.21
HSL293.21º33.33%68.82%-
HSV(B)293.21º26.24%79.22%-
XYZ44.1737.4960.79-
YUV169.1146.57147.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.83%
GREEN value IS 149 (58.59% from 255) = 27.24%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=35.83%
G=27.24%
B=36.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961492020.030.2600.21293.2133.3368.82
HexC495CA31A0151252145
Octal30422531233202544541105
Binary11000100100101011100101011110100101011001001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495CA; }

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

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

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

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

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

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

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

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