#C694BF

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

Shades of Lilac #C694BF

Tints of Lilac #C694BF

Color information

#C694BF (or 0xC694BF) is unknown color: approx Lilac. HEX triplet: C6, 94 and BF. RGB value is (198,148,191). Sum of RGB (Red+Green+Blue) = 198+148+191=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C694BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694BF is #396B40. Grayscale: #A7A7A7. Windows color (decimal): -3763009 or 12555462. OLE color: 12555462.

HSL color Cylindrical-coordinate representation of color #C694BF: hue angle of 308.4º 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 #C694BF is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198148191-
CMYK00.250.040.22
HSL308.4º30.49%67.84%-
HSV(B)308.4º25.25%77.65%-
XYZ43.2836.9554.14-
YUV167.85141.06149.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.87%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 191 (75% from 255) = 35.57%
R=36.87%
G=27.56%
B=35.57%

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
Decimal19814819100.250.040.22308.430.4967.84
HexC694BF0194161341e44
Octal30622427703142646436104
Binary11000110100101001011111101100110010110100110100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694BF; }

 p { color: rgb(198,148,191); }

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

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

 a { background-color: rgb(198,148,191); }

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

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

 span { border-color: rgb(198,148,191); }

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