#C196CC

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

Shades of Lilac #C196CC

Tints of Lilac #C196CC

Color information

#C196CC (or 0xC196CC) is unknown color: approx Lilac. HEX triplet: C1, 96 and CC. RGB value is (193,150,204). Sum of RGB (Red+Green+Blue) = 193+150+204=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #C196CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196CC is #3E6933. Grayscale: #A8A8A8. Windows color (decimal): -4090164 or 13407937. OLE color: 13407937.

HSL color Cylindrical-coordinate representation of color #C196CC: hue angle of 287.78º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C196CC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193150204-
CMYK0.050.2600.2
HSL287.78º34.62%69.41%-
HSV(B)287.78º26.47%80%-
XYZ43.837.5162.06-
YUV169.01147.75145.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.28%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=35.28%
G=27.42%
B=37.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931502040.050.2600.2287.7834.6269.41
HexC196CC51A0141202345
Octal30122631453202444043105
Binary110000011001011011001100101110100101001001000001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196CC; }

 p { color: rgb(193,150,204); }

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

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

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

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

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

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

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