#C685BF

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

Shades of Lilac #C685BF

Tints of Lilac #C685BF

Color information

#C685BF (or 0xC685BF) is unknown color: approx Lilac. HEX triplet: C6, 85 and BF. RGB value is (198,133,191). Sum of RGB (Red+Green+Blue) = 198+133+191=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C685BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685BF is #397A40. Grayscale: #9E9E9E. Windows color (decimal): -3766849 or 12551622. OLE color: 12551622.

HSL color Cylindrical-coordinate representation of color #C685BF: hue angle of 306.46º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C685BF is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198133191-
CMYK00.330.040.22
HSL306.46º36.31%64.9%-
HSV(B)306.46º32.83%77.65%-
XYZ41.0832.5453.41-
YUV159.05146.03155.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 133 (52.34% from 255) = 25.48%
BLUE value IS 191 (75% from 255) = 36.59%
R=37.93%
G=25.48%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813319100.330.040.22306.4636.3164.9
HexC685BF0214161322441
Octal30620527704142646244101
Binary1100011010000101101111110100001100101101001100101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685BF; }

 p { color: rgb(198,133,191); }

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

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

 a { background-color: rgb(198,133,191); }

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

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

 span { border-color: rgb(198,133,191); }

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