#C296C2

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

Shades of Lilac #C296C2

Tints of Lilac #C296C2

Color information

#C296C2 (or 0xC296C2) is unknown color: approx Lilac. HEX triplet: C2, 96 and C2. RGB value is (194,150,194). Sum of RGB (Red+Green+Blue) = 194+150+194=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C296C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296C2 is #3D693D. Grayscale: #A8A8A8. Windows color (decimal): -4024638 or 12752578. OLE color: 12752578.

HSL color Cylindrical-coordinate representation of color #C296C2: 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 #C296C2 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB194150194-
CMYK00.2300.24
HSL300º26.51%67.45%-
HSV(B)300º22.68%76.08%-
XYZ42.8937.1855.95-
YUV168.17142.58146.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 194 (76.17% from 255) = 36.06%
R=36.06%
G=27.88%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415019400.2300.2430026.5167.45
HexC296C201701812c1b43
Octal30222630202703045433103
Binary110000101001011011000010010111011000100101100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296C2; }

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

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

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

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

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

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

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

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