#C690C1

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

Shades of Lilac #C690C1

Tints of Lilac #C690C1

Color information

#C690C1 (or 0xC690C1) is unknown color: approx Lilac. HEX triplet: C6, 90 and C1. RGB value is (198,144,193). Sum of RGB (Red+Green+Blue) = 198+144+193=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C690C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690C1 is #396F3E. Grayscale: #A5A5A5. Windows color (decimal): -3764031 or 12685510. OLE color: 12685510.

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

Color convert

RGB198144193-
CMYK00.270.030.22
HSL305.56º32.14%67.06%-
HSV(B)305.56º27.27%77.65%-
XYZ42.8935.855.1-
YUV165.73143.39151.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.01%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=37.01%
G=26.92%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814419300.270.030.22305.5632.1467.06
HexC690C101B3161322043
Octal30622030103332646240103
Binary11000110100100001100000101101111101101001100101000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690C1; }

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

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

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

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

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

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

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

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