#C193CC

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

Shades of Lilac #C193CC

Tints of Lilac #C193CC

Color information

#C193CC (or 0xC193CC) is unknown color: approx Lilac. HEX triplet: C1, 93 and CC. RGB value is (193,147,204). Sum of RGB (Red+Green+Blue) = 193+147+204=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #C193CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193CC is #3E6C33. Grayscale: #A7A7A7. Windows color (decimal): -4090932 or 13407169. OLE color: 13407169.

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

Color convert

RGB193147204-
CMYK0.050.2800.2
HSL288.42º35.85%68.82%-
HSV(B)288.42º27.94%80%-
XYZ43.3336.5661.9-
YUV167.25148.74146.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 147 (57.81% from 255) = 27.02%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=35.48%
G=27.02%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931472040.050.2800.2288.4235.8568.82
HexC193CC51C0141202445
Octal30122331453402444044105
Binary110000011001001111001100101111000101001001000001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C193CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C193CC; }

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

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

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

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

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

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

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

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