#C690C2

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

Shades of Lilac #C690C2

Tints of Lilac #C690C2

Color information

#C690C2 (or 0xC690C2) is unknown color: approx Lilac. HEX triplet: C6, 90 and C2. RGB value is (198,144,194). Sum of RGB (Red+Green+Blue) = 198+144+194=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C690C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690C2 is #396F3D. Grayscale: #A5A5A5. Windows color (decimal): -3764030 or 12751046. OLE color: 12751046.

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

Color convert

RGB198144194-
CMYK00.270.020.22
HSL304.44º32.14%67.06%-
HSV(B)304.44º27.27%77.65%-
XYZ4335.8555.69-
YUV165.85143.89150.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.94%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 194 (76.17% from 255) = 36.19%
R=36.94%
G=26.87%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814419400.270.020.22304.4432.1467.06
HexC690C201B2161302043
Octal30622030203322646040103
Binary11000110100100001100001001101110101101001100001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690C2; }

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

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

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

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

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

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

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

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