#C691CF

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

Shades of Lilac #C691CF

Tints of Lilac #C691CF

Color information

#C691CF (or 0xC691CF) is unknown color: approx Lilac. HEX triplet: C6, 91 and CF. RGB value is (198,145,207). Sum of RGB (Red+Green+Blue) = 198+145+207=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #C691CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691CF is #396E30. Grayscale: #A7A7A7. Windows color (decimal): -3763761 or 13603270. OLE color: 13603270.

HSL color Cylindrical-coordinate representation of color #C691CF: hue angle of 291.29º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C691CF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198145207-
CMYK0.040.3000.19
HSL291.29º39.24%69.02%-
HSV(B)291.29º29.95%81.18%-
XYZ44.6836.7663.77-
YUV167.92150.06149.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=36%
G=26.36%
B=37.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981452070.040.3000.19291.2939.2469.02
HexC691CF41E0131232745
Octal30622131743602344347105
Binary110001101001000111001111100111100100111001000111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C691CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C691CF; }

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

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

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

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

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

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

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

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