#C190CA

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

Shades of Lilac #C190CA

Tints of Lilac #C190CA

Color information

#C190CA (or 0xC190CA) is unknown color: approx Lilac. HEX triplet: C1, 90 and CA. RGB value is (193,144,202). Sum of RGB (Red+Green+Blue) = 193+144+202=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #C190CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190CA is #3E6F35. Grayscale: #A5A5A5. Windows color (decimal): -4091702 or 13275329. OLE color: 13275329.

HSL color Cylindrical-coordinate representation of color #C190CA: hue angle of 290.69º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C190CA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193144202-
CMYK0.040.2900.21
HSL290.69º35.37%67.84%-
HSV(B)290.69º28.71%79.22%-
XYZ42.6335.5560.49-
YUV165.26148.73147.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.81%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=35.81%
G=26.72%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931442020.040.2900.21290.6935.3767.84
HexC190CA41D0151232344
Octal30122031243502544343104
Binary110000011001000011001010100111010101011001000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190CA; }

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

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

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

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

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

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

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

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