#C295C2

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

Shades of Lilac #C295C2

Tints of Lilac #C295C2

Color information

#C295C2 (or 0xC295C2) is unknown color: approx Lilac. HEX triplet: C2, 95 and C2. RGB value is (194,149,194). Sum of RGB (Red+Green+Blue) = 194+149+194=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C295C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295C2 is #3D6A3D. Grayscale: #A7A7A7. Windows color (decimal): -4024894 or 12752322. OLE color: 12752322.

HSL color Cylindrical-coordinate representation of color #C295C2: hue angle of 300º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C295C2 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB194149194-
CMYK00.2300.24
HSL300º26.95%67.25%-
HSV(B)300º23.2%76.08%-
XYZ42.7336.8655.9-
YUV167.58142.91146.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.13%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 194 (76.17% from 255) = 36.13%
R=36.13%
G=27.75%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414919400.2300.2430026.9567.25
HexC295C201701812c1b43
Octal30222530202703045433103
Binary110000101001010111000010010111011000100101100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295C2; }

 p { color: rgb(194,149,194); }

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

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

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

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

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

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

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