#C195C1

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

Shades of Lilac #C195C1

Tints of Lilac #C195C1

Color information

#C195C1 (or 0xC195C1) is unknown color: approx Lilac. HEX triplet: C1, 95 and C1. RGB value is (193,149,193). Sum of RGB (Red+Green+Blue) = 193+149+193=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C195C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195C1 is #3E6A3E. Grayscale: #A7A7A7. Windows color (decimal): -4090431 or 12686785. OLE color: 12686785.

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

Color convert

RGB193149193-
CMYK00.2300.24
HSL300º26.19%67.06%-
HSV(B)300º22.8%75.69%-
XYZ42.3736.6855.3-
YUV167.17142.58146.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.07%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=36.07%
G=27.85%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314919300.2300.2430026.1967.06
HexC195C101701812c1a43
Octal30122530102703045432103
Binary110000011001010111000001010111011000100101100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195C1; }

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

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

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

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

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

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

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

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