#C685BE

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

Shades of Lilac #C685BE

Tints of Lilac #C685BE

Color information

#C685BE (or 0xC685BE) is unknown color: approx Lilac. HEX triplet: C6, 85 and BE. RGB value is (198,133,190). Sum of RGB (Red+Green+Blue) = 198+133+190=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C685BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685BE is #397A41. Grayscale: #9E9E9E. Windows color (decimal): -3766850 or 12486086. OLE color: 12486086.

HSL color Cylindrical-coordinate representation of color #C685BE: hue angle of 307.38º 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 #C685BE is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198133190-
CMYK00.330.040.22
HSL307.38º36.31%64.9%-
HSV(B)307.38º32.83%77.65%-
XYZ40.9732.552.83-
YUV158.93145.53155.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=38.00%
G=25.53%
B=36.47%

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
Decimal19813319000.330.040.22307.3836.3164.9
HexC685BE0214161332441
Octal30620527604142646344101
Binary1100011010000101101111100100001100101101001100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685BE; }

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

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

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

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

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

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

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

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