#C695CC

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

Shades of Lilac #C695CC

Tints of Lilac #C695CC

Color information

#C695CC (or 0xC695CC) is unknown color: approx Lilac. HEX triplet: C6, 95 and CC. RGB value is (198,149,204). Sum of RGB (Red+Green+Blue) = 198+149+204=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #C695CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695CC is #396A33. Grayscale: #A9A9A9. Windows color (decimal): -3762740 or 13407686. OLE color: 13407686.

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

Color convert

RGB198149204-
CMYK0.030.2700.2
HSL293.45º35.03%69.22%-
HSV(B)293.45º26.96%80%-
XYZ44.9437.8662.07-
YUV169.92147.23148.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.93%
GREEN value IS 149 (58.59% from 255) = 27.04%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=35.93%
G=27.04%
B=37.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981492040.030.2700.2293.4535.0369.22
HexC695CC31B0141252345
Octal30622531433302444543105
Binary11000110100101011100110011110110101001001001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C695CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C695CC; }

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

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

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

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

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

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

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

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