#C690BE

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

Shades of Lilac #C690BE

Tints of Lilac #C690BE

Color information

#C690BE (or 0xC690BE) is unknown color: approx Lilac. HEX triplet: C6, 90 and BE. RGB value is (198,144,190). Sum of RGB (Red+Green+Blue) = 198+144+190=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C690BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690BE is #396F41. Grayscale: #A5A5A5. Windows color (decimal): -3764034 or 12488902. OLE color: 12488902.

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

Color convert

RGB198144190-
CMYK00.270.040.22
HSL308.89º32.14%67.06%-
HSV(B)308.89º27.27%77.65%-
XYZ42.5635.6753.36-
YUV165.39141.89151.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.22%
GREEN value IS 144 (56.64% from 255) = 27.07%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=37.22%
G=27.07%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814419000.270.040.22308.8932.1467.06
HexC690BE01B4161352043
Octal30622027603342646540103
Binary110001101001000010111110011011100101101001101011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690BE; }

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

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

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

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

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

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

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

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