#C190BE

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

Shades of Lilac #C190BE

Tints of Lilac #C190BE

Color information

#C190BE (or 0xC190BE) is unknown color: approx Lilac. HEX triplet: C1, 90 and BE. RGB value is (193,144,190). Sum of RGB (Red+Green+Blue) = 193+144+190=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C190BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190BE is #3E6F41. Grayscale: #A3A3A3. Windows color (decimal): -4091714 or 12488897. OLE color: 12488897.

HSL color Cylindrical-coordinate representation of color #C190BE: hue angle of 303.67º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C190BE is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193144190-
CMYK00.250.020.24
HSL303.67º28.32%66.08%-
HSV(B)303.67º25.39%75.69%-
XYZ41.263553.3-
YUV163.9142.73148.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=36.62%
G=27.32%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314419000.250.020.24303.6728.3266.08
HexC190BE0192181301c42
Octal30122027603123046034102
Binary1100000110010000101111100110011011000100110000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190BE; }

 p { color: rgb(193,144,190); }

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

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

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

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

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

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

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