#C190BD

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

Shades of Lilac #C190BD

Tints of Lilac #C190BD

Color information

#C190BD (or 0xC190BD) is unknown color: approx Lilac. HEX triplet: C1, 90 and BD. RGB value is (193,144,189). Sum of RGB (Red+Green+Blue) = 193+144+189=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C190BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190BD is #3E6F42. Grayscale: #A3A3A3. Windows color (decimal): -4091715 or 12423361. OLE color: 12423361.

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

Color convert

RGB193144189-
CMYK00.250.020.24
HSL304.9º28.32%66.08%-
HSV(B)304.9º25.39%75.69%-
XYZ41.1534.9652.72-
YUV163.78142.23148.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=36.69%
G=27.38%
B=35.93%

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
Decimal19314418900.250.020.24304.928.3266.08
HexC190BD0192181311c42
Octal30122027503123046134102
Binary1100000110010000101111010110011011000100110001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190BD; }

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

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

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

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

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

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

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

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