#C195BC

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

Shades of Lilac #C195BC

Tints of Lilac #C195BC

Color information

#C195BC (or 0xC195BC) is unknown color: approx Lilac. HEX triplet: C1, 95 and BC. RGB value is (193,149,188). Sum of RGB (Red+Green+Blue) = 193+149+188=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 193 - color contains mainly: red. Hex color #C195BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195BC is #3E6A43. Grayscale: #A6A6A6. Windows color (decimal): -4090436 or 12359105. OLE color: 12359105.

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

Color convert

RGB193149188-
CMYK00.230.030.24
HSL306.82º26.19%67.06%-
HSV(B)306.82º22.8%75.69%-
XYZ41.8236.4652.41-
YUV166.6140.08146.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=36.42%
G=28.11%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314918800.230.030.24306.8226.1967.06
HexC195BC0173181331a43
Octal30122527402733046332103
Binary1100000110010101101111000101111111000100110011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195BC; }

 p { color: rgb(193,149,188); }

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

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

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

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

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

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

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