#c690c6

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

Shades of Lilac #C690C6

Tints of Lilac #C690C6

Color information

#C690C6 (or 0xC690C6) is unknown color: approx Lilac. HEX triplet: C6, 90 and C6. RGB value is (198,144,198). Sum of RGB (Red+Green+Blue) = 198+144+198=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C690C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690C6 is #396F39. Grayscale: #A6A6A6. Windows color (decimal): -3764026 or 13013190. OLE color: 13013190.

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

Color convert

RGB198144198-
CMYK00.2700.22
HSL300º32.14%67.06%-
HSV(B)300º27.27%77.65%-
XYZ43.4636.0358.09-
YUV166.3145.89150.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.67%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 198 (77.73% from 255) = 36.67%
R=36.67%
G=26.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814419800.2700.2230032.1467.06
HexC690C601B01612c2043
Octal30622030603302645440103
Binary1100011010010000110001100110110101101001011001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c690c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c690c6; }

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

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

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

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

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

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

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

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