#C694BD

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

Shades of Lilac #C694BD

Tints of Lilac #C694BD

Color information

#C694BD (or 0xC694BD) is unknown color: approx Lilac. HEX triplet: C6, 94 and BD. RGB value is (198,148,189). Sum of RGB (Red+Green+Blue) = 198+148+189=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C694BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694BD is #396B42. Grayscale: #A7A7A7. Windows color (decimal): -3763011 or 12424390. OLE color: 12424390.

HSL color Cylindrical-coordinate representation of color #C694BD: hue angle of 310.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C694BD is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198148189-
CMYK00.250.050.22
HSL310.8º30.49%67.84%-
HSV(B)310.8º25.25%77.65%-
XYZ43.0636.8652.99-
YUV167.62140.06149.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.01%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=37.01%
G=27.66%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814818900.250.050.22310.830.4967.84
HexC694BD0195161371e44
Octal30622427503152646736104
Binary11000110100101001011110101100110110110100110111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694BD; }

 p { color: rgb(198,148,189); }

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

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

 a { background-color: rgb(198,148,189); }

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

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

 span { border-color: rgb(198,148,189); }

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