#C698C1

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

Shades of Lilac #C698C1

Tints of Lilac #C698C1

Color information

#C698C1 (or 0xC698C1) is unknown color: approx Lilac. HEX triplet: C6, 98 and C1. RGB value is (198,152,193). Sum of RGB (Red+Green+Blue) = 198+152+193=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C698C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698C1 is #39673E. Grayscale: #AAAAAA. Windows color (decimal): -3761983 or 12687558. OLE color: 12687558.

HSL color Cylindrical-coordinate representation of color #C698C1: hue angle of 306.52º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C698C1 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB198152193-
CMYK00.230.030.22
HSL306.52º28.75%68.63%-
HSV(B)306.52º23.23%77.65%-
XYZ44.1438.3155.52-
YUV170.43140.74147.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.46%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=36.46%
G=27.99%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815219300.230.030.22306.5228.7568.63
HexC698C10173161331d45
Octal30623030102732646335105
Binary1100011010011000110000010101111110110100110011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698C1; }

 p { color: rgb(198,152,193); }

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

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

 a { background-color: rgb(198,152,193); }

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

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

 span { border-color: rgb(198,152,193); }

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