#C690CC

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

Shades of Lilac #C690CC

Tints of Lilac #C690CC

Color information

#C690CC (or 0xC690CC) is unknown color: approx Lilac. HEX triplet: C6, 90 and CC. RGB value is (198,144,204). Sum of RGB (Red+Green+Blue) = 198+144+204=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #C690CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690CC is #396F33. Grayscale: #A6A6A6. Windows color (decimal): -3764020 or 13406406. OLE color: 13406406.

HSL color Cylindrical-coordinate representation of color #C690CC: hue angle of 294º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C690CC is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB198144204-
CMYK0.030.2900.2
HSL294º37.04%68.24%-
HSV(B)294º29.41%80%-
XYZ44.1636.3161.81-
YUV166.99148.89150.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.26%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 204 (80.08% from 255) = 37.36%
R=36.26%
G=26.37%
B=37.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981442040.030.2900.229437.0468.24
HexC690CC31D0141262544
Octal30622031433502444645104
Binary11000110100100001100110011111010101001001001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690CC; }

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

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

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

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

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

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

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

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