#C694BE

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

Shades of Lilac #C694BE

Tints of Lilac #C694BE

Color information

#C694BE (or 0xC694BE) is unknown color: approx Lilac. HEX triplet: C6, 94 and BE. RGB value is (198,148,190). Sum of RGB (Red+Green+Blue) = 198+148+190=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C694BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694BE is #396B41. Grayscale: #A7A7A7. Windows color (decimal): -3763010 or 12489926. OLE color: 12489926.

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

Color convert

RGB198148190-
CMYK00.250.040.22
HSL309.6º30.49%67.84%-
HSV(B)309.6º25.25%77.65%-
XYZ43.1736.953.56-
YUV167.74140.56149.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.94%
GREEN value IS 148 (58.20% from 255) = 27.61%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=36.94%
G=27.61%
B=35.45%

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
Decimal19814819000.250.040.22309.630.4967.84
HexC694BE0194161361e44
Octal30622427603142646636104
Binary11000110100101001011111001100110010110100110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694BE; }

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

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

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

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

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

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

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

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