#C194BD

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

Shades of Lilac #C194BD

Tints of Lilac #C194BD

Color information

#C194BD (or 0xC194BD) is unknown color: approx Lilac. HEX triplet: C1, 94 and BD. RGB value is (193,148,189). Sum of RGB (Red+Green+Blue) = 193+148+189=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 193 - color contains mainly: red. Hex color #C194BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194BD is #3E6B42. Grayscale: #A6A6A6. Windows color (decimal): -4090691 or 12424385. OLE color: 12424385.

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

Color convert

RGB193148189-
CMYK00.230.020.24
HSL305.33º26.63%66.86%-
HSV(B)305.33º23.32%75.69%-
XYZ41.7736.1952.93-
YUV166.13140.91147.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=36.42%
G=27.92%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314818900.230.020.24305.3326.6366.86
HexC194BD0172181311b43
Octal30122427502723046133103
Binary1100000110010100101111010101111011000100110001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C194BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C194BD; }

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

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

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

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

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

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

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

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