#C695CA

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

Shades of Lilac #C695CA

Tints of Lilac #C695CA

Color information

#C695CA (or 0xC695CA) is unknown color: approx Lilac. HEX triplet: C6, 95 and CA. RGB value is (198,149,202). Sum of RGB (Red+Green+Blue) = 198+149+202=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #C695CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695CA is #396A35. Grayscale: #A9A9A9. Windows color (decimal): -3762742 or 13276614. OLE color: 13276614.

HSL color Cylindrical-coordinate representation of color #C695CA: hue angle of 295.47º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C695CA is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198149202-
CMYK0.020.2600.21
HSL295.47º33.33%68.82%-
HSV(B)295.47º26.24%79.22%-
XYZ44.737.7660.81-
YUV169.69146.23148.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.07%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=36.07%
G=27.14%
B=36.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981492020.020.2600.21295.4733.3368.82
HexC695CA21A0151272145
Octal30622531223202544741105
Binary11000110100101011100101010110100101011001001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C695CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C695CA; }

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

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

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

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

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

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

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

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