#C691CA

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

Shades of Lilac #C691CA

Tints of Lilac #C691CA

Color information

#C691CA (or 0xC691CA) is unknown color: approx Lilac. HEX triplet: C6, 91 and CA. RGB value is (198,145,202). Sum of RGB (Red+Green+Blue) = 198+145+202=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #C691CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691CA is #396E35. Grayscale: #A7A7A7. Windows color (decimal): -3763766 or 13275590. OLE color: 13275590.

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

Color convert

RGB198145202-
CMYK0.020.2800.21
HSL295.79º34.97%68.04%-
HSV(B)295.79º28.22%79.22%-
XYZ44.0736.5260.6-
YUV167.34147.56149.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.33%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=36.33%
G=26.61%
B=37.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981452020.020.2800.21295.7934.9768.04
HexC691CA21C0151282344
Octal30622131223402545043104
Binary11000110100100011100101010111000101011001010001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C691CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C691CA; }

 p { color: rgb(198,145,202); }

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

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

 a { background-color: rgb(198,145,202); }

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

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

 span { border-color: rgb(198,145,202); }

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