#C695BE

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

Shades of Lilac #C695BE

Tints of Lilac #C695BE

Color information

#C695BE (or 0xC695BE) is unknown color: approx Lilac. HEX triplet: C6, 95 and BE. RGB value is (198,149,190). Sum of RGB (Red+Green+Blue) = 198+149+190=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C695BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695BE is #396A41. Grayscale: #A8A8A8. Windows color (decimal): -3762754 or 12490182. OLE color: 12490182.

HSL color Cylindrical-coordinate representation of color #C695BE: hue angle of 309.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C695BE is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198149190-
CMYK00.250.040.22
HSL309.8º30.06%68.04%-
HSV(B)309.8º24.75%77.65%-
XYZ43.3337.2253.62-
YUV168.32140.23149.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.87%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=36.87%
G=27.75%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814919000.250.040.22309.830.0668.04
HexC695BE0194161361e44
Octal30622527603142646636104
Binary11000110100101011011111001100110010110100110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C695BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C695BE; }

 p { color: rgb(198,149,190); }

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

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

 a { background-color: rgb(198,149,190); }

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

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

 span { border-color: rgb(198,149,190); }

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