#C690CE

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

Shades of Lilac #C690CE

Tints of Lilac #C690CE

Color information

#C690CE (or 0xC690CE) is unknown color: approx Lilac. HEX triplet: C6, 90 and CE. RGB value is (198,144,206). Sum of RGB (Red+Green+Blue) = 198+144+206=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #C690CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690CE is #396F31. Grayscale: #A7A7A7. Windows color (decimal): -3764018 or 13537478. OLE color: 13537478.

HSL color Cylindrical-coordinate representation of color #C690CE: hue angle of 292.26º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C690CE is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198144206-
CMYK0.040.3000.19
HSL292.26º38.75%68.63%-
HSV(B)292.26º30.1%80.78%-
XYZ44.436.4163.08-
YUV167.21149.89149.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.13%
GREEN value IS 144 (56.64% from 255) = 26.28%
BLUE value IS 206 (80.86% from 255) = 37.59%
R=36.13%
G=26.28%
B=37.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981442060.040.3000.19292.2638.7568.63
HexC690CE41E0131242745
Octal30622031643602344447105
Binary110001101001000011001110100111100100111001001001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690CE; }

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

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

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

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

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

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

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

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