#C296C5

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

Shades of Lilac #C296C5

Tints of Lilac #C296C5

Color information

#C296C5 (or 0xC296C5) is unknown color: approx Lilac. HEX triplet: C2, 96 and C5. RGB value is (194,150,197). Sum of RGB (Red+Green+Blue) = 194+150+197=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #C296C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296C5 is #3D693A. Grayscale: #A8A8A8. Windows color (decimal): -4024635 or 12949186. OLE color: 12949186.

HSL color Cylindrical-coordinate representation of color #C296C5: hue angle of 296.17º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C296C5 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB194150197-
CMYK0.020.2400.23
HSL296.17º28.83%68.04%-
HSV(B)296.17º23.86%77.25%-
XYZ43.2337.3157.75-
YUV168.51144.08146.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 197 (77.34% from 255) = 36.41%
R=35.86%
G=27.73%
B=36.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941501970.020.2400.23296.1728.8368.04
HexC296C52180171281d44
Octal30222630523002745035104
Binary1100001010010110110001011011000010111100101000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296C5; }

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

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

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

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

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

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

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

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