#C19BCA

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

Shades of Lilac #C19BCA

Tints of Lilac #C19BCA

Color information

#C19BCA (or 0xC19BCA) is unknown color: approx Lilac. HEX triplet: C1, 9B and CA. RGB value is (193,155,202). Sum of RGB (Red+Green+Blue) = 193+155+202=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #C19BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BCA is #3E6435. Grayscale: #ABABAB. Windows color (decimal): -4088886 or 13278145. OLE color: 13278145.

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

Color convert

RGB193155202-
CMYK0.040.2300.21
HSL288.51º30.72%70%-
HSV(B)288.51º23.27%79.22%-
XYZ44.3739.0461.07-
YUV171.72145.09143.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.09%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=35.09%
G=28.18%
B=36.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931552020.040.2300.21288.5130.7270
HexC19BCA4170151211f46
Octal30123331242702544137106
Binary11000001100110111100101010010111010101100100001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19BCA; }

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

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

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

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

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

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

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

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