#C194C1

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

Shades of Lilac #C194C1

Tints of Lilac #C194C1

Color information

#C194C1 (or 0xC194C1) is unknown color: approx Lilac. HEX triplet: C1, 94 and C1. RGB value is (193,148,193). Sum of RGB (Red+Green+Blue) = 193+148+193=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C194C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194C1 is #3E6B3E. Grayscale: #A6A6A6. Windows color (decimal): -4090687 or 12686529. OLE color: 12686529.

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

Color convert

RGB193148193-
CMYK00.2300.24
HSL300º26.63%66.86%-
HSV(B)300º23.32%75.69%-
XYZ42.2136.3755.25-
YUV166.58142.91146.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.14%
GREEN value IS 148 (58.20% from 255) = 27.72%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=36.14%
G=27.72%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314819300.2300.2430026.6366.86
HexC194C101701812c1b43
Octal30122430102703045433103
Binary110000011001010011000001010111011000100101100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C194C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C194C1; }

 p { color: rgb(193,148,193); }

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

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

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

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

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

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

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