#C695CD

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

Shades of Lilac #C695CD

Tints of Lilac #C695CD

Color information

#C695CD (or 0xC695CD) is unknown color: approx Lilac. HEX triplet: C6, 95 and CD. RGB value is (198,149,205). Sum of RGB (Red+Green+Blue) = 198+149+205=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #C695CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695CD is #396A32. Grayscale: #A9A9A9. Windows color (decimal): -3762739 or 13473222. OLE color: 13473222.

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

Color convert

RGB198149205-
CMYK0.030.2700.20
HSL292.5º35.9%69.41%-
HSV(B)292.5º27.32%80.39%-
XYZ45.0637.9162.7-
YUV170.04147.73147.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.87%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=35.87%
G=26.99%
B=37.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981492050.030.2700.20292.535.969.41
HexC695CD31B0141242445
Octal30622531533302444444105
Binary11000110100101011100110111110110101001001001001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C695CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C695CD; }

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

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

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

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

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

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

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

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