#C691CB

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

Shades of Lilac #C691CB

Tints of Lilac #C691CB

Color information

#C691CB (or 0xC691CB) is unknown color: approx Lilac. HEX triplet: C6, 91 and CB. RGB value is (198,145,203). Sum of RGB (Red+Green+Blue) = 198+145+203=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #C691CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691CB is #396E34. Grayscale: #A7A7A7. Windows color (decimal): -3763765 or 13341126. OLE color: 13341126.

HSL color Cylindrical-coordinate representation of color #C691CB: hue angle of 294.83º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C691CB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198145203-
CMYK0.020.2900.20
HSL294.83º35.8%68.24%-
HSV(B)294.83º28.57%79.61%-
XYZ44.1936.5761.23-
YUV167.46148.06149.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.26%
GREEN value IS 145 (57.03% from 255) = 26.56%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=36.26%
G=26.56%
B=37.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981452030.020.2900.20294.8335.868.24
HexC691CB21D0141272444
Octal30622131323502444744104
Binary11000110100100011100101110111010101001001001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C691CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C691CB; }

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

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

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

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

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

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

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

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