#C194CB

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

Shades of Lilac #C194CB

Tints of Lilac #C194CB

Color information

#C194CB (or 0xC194CB) is unknown color: approx Lilac. HEX triplet: C1, 94 and CB. RGB value is (193,148,203). Sum of RGB (Red+Green+Blue) = 193+148+203=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #C194CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194CB is #3E6B34. Grayscale: #A7A7A7. Windows color (decimal): -4090677 or 13341889. OLE color: 13341889.

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

Color convert

RGB193148203-
CMYK0.050.2700.20
HSL289.09º34.59%68.82%-
HSV(B)289.09º27.09%79.61%-
XYZ43.3636.8361.32-
YUV167.72147.91146.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 148 (58.20% from 255) = 27.21%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=35.48%
G=27.21%
B=37.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931482030.050.2700.20289.0934.5968.82
HexC194CB51B0141212345
Octal30122431353302444143105
Binary110000011001010011001011101110110101001001000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C194CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C194CB; }

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

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

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

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

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

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

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

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